@@ -176,7 +176,7 @@ Use raw Effect HTTP routes where `HttpApi` does not fit. The goal is deleting Ho
176176| ` permission ` | ` bridged ` | list and reply |
177177| ` provider ` | ` bridged ` | list, auth, OAuth authorize/callback |
178178| ` config ` | ` bridged ` | read, providers, update |
179- | ` project ` | ` bridged ` | list, current, git init |
179+ | ` project ` | ` bridged ` | list, current, git init, update |
180180| ` file ` | ` bridged ` partial | find text/file/symbol, list/content/status |
181181| ` mcp ` | ` bridged ` partial | status only |
182182| ` workspace ` | ` bridged ` | list, get, enter |
@@ -188,10 +188,24 @@ Use raw Effect HTTP routes where `HttpApi` does not fit. The goal is deleting Ho
188188| ` pty ` | ` special ` | websocket |
189189| ` tui ` | ` special ` | UI bridge |
190190
191- ## Next PRs
192-
193- 1 . Produce a generated route inventory from Hono registrations and update ` Current Route Status ` with exact paths.
194- 2 . Start the Effect OpenAPI/SDK generation path for already-bridged routes.
191+ ## Remaining PR Plan
192+
193+ Prefer smaller PRs from here so route behavior and SDK/OpenAPI fallout stays reviewable.
194+
195+ 1 . Bridge ` PATCH /project/:projectID ` .
196+ 2 . Bridge MCP add/connect/disconnect routes.
197+ 3 . Bridge MCP OAuth routes: start, callback, authenticate, remove.
198+ 4 . Bridge experimental console switch and tool list routes.
199+ 5 . Bridge experimental global session list.
200+ 6 . Bridge sync start/replay/history routes.
201+ 7 . Bridge session read routes: list, status, get, children, todo, diff, messages.
202+ 8 . Bridge session lifecycle mutation routes: create, delete, update, fork, abort.
203+ 9 . Bridge session share/summary/message/part mutation routes.
204+ 10 . Replace event SSE with non-Hono Effect HTTP.
205+ 11 . Replace pty websocket/control routes with non-Hono Effect HTTP.
206+ 12 . Replace tui bridge routes or explicitly isolate them behind a non-Hono compatibility layer.
207+ 13 . Switch OpenAPI/SDK generation to Effect routes and compare SDK output.
208+ 14 . Flip ported JSON routes default-on, keep a short fallback, then delete replaced Hono route files.
195209
196210## Checklist
197211
0 commit comments