research: delete Hono backend (do not merge) (#25667)

This commit is contained in:
Kit Langton 2026-05-09 09:10:42 -04:00 committed by GitHub
commit 28b03595bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
81 changed files with 225 additions and 7567 deletions

View file

@ -1,5 +1,10 @@
# HttpApi migration
> Historical migration notes. PR #25667 deletes the Hono backend and removes the
> `OPENCODE_EXPERIMENTAL_HTTPAPI` backend selection path, so sections below that
> describe Hono as the default, SDK generation from `hono-openapi`, bridge parity,
> or dual-backend rollout are pre-deletion context rather than current guidance.
Plan for replacing instance Hono route implementations with Effect `HttpApi` while preserving behavior, OpenAPI, and SDK output during the transition.
## End State