0b41d2dc4b
Introduce a structured Effect HttpApi surface for all Kilo-specific endpoints, replacing inline Hono handler logic with declarative group definitions, typed schemas, and composable handler layers. Key changes: - Add HttpApi group and handler modules for commit-message, enhance-prompt, indexing, kilocode, network, remote, session-import, suggestion, and telemetry - Extract allow-everything permission logic into a reusable Effect function - Register all Kilo HttpApi groups in InstanceHttpApi and wire route forwarding in the Hono instance router - Export Suggestion.RequestSchema and annotate schemas with identifiers - Use NonNegativeInt for indexing status fields and Schema.Finite for network wait timestamps - Add httpapi-bridge test asserting parity between Hono and Effect specs for all 22 Kilo overlay routes - Regenerate SDK types and openapi.json to reflect the new endpoints