Clean up post-Hono references (#26903)

This commit is contained in:
Kit Langton 2026-05-11 13:20:54 -04:00 committed by GitHub
commit 6f2f759fbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 92 additions and 738 deletions

View file

@ -2,9 +2,11 @@
ok we need to work towards a launch of v2 so we can get out of this rebuild phase
## Kill Hono - Kit
## Post-Hono cleanup - Kit
Hono needs to go away so zod can go away. this is almost done
The opencode server has moved to the Effect HttpApi backend. Remaining work is
mostly cleanup: delete compatibility shims, shrink Zod surfaces, and simplify
test harnesses that used to compare Hono and HttpApi behavior.
## New Data Mode - Dax