@@ -153,23 +153,23 @@ Use raw Effect HTTP routes where `HttpApi` does not fit. The goal is deleting Ho
153153
154154## Current Route Status
155155
156- | Area | Status | Notes |
157- | ------------------------- | ----------------- | ---------------------------------------------------------------------------------------- |
158- | ` question ` | ` bridged ` | ` GET /question ` , reply, reject |
159- | ` permission ` | ` bridged ` | list and reply |
160- | ` provider ` | ` bridged ` | list, auth, OAuth authorize/callback |
161- | ` config ` | ` bridged ` partial | reads only; mutation remains Hono |
162- | ` project ` | ` bridged ` partial | reads only; git-init remains Hono |
163- | ` file ` | ` bridged ` partial | find text/file/symbol, list/content/status |
164- | ` mcp ` | ` bridged ` partial | status only |
165- | ` workspace ` | ` bridged ` | list, get, enter |
166- | top-level instance routes | ` bridged ` | path, vcs, command, agent, skill, lsp, formatter, dispose |
156+ | Area | Status | Notes |
157+ | ------------------------- | ----------------- | -------------------------------------------------------------------------------------------------- |
158+ | ` question ` | ` bridged ` | ` GET /question ` , reply, reject |
159+ | ` permission ` | ` bridged ` | list and reply |
160+ | ` provider ` | ` bridged ` | list, auth, OAuth authorize/callback |
161+ | ` config ` | ` bridged ` partial | reads only; mutation remains Hono |
162+ | ` project ` | ` bridged ` partial | reads only; git-init remains Hono |
163+ | ` file ` | ` bridged ` partial | find text/file/symbol, list/content/status |
164+ | ` mcp ` | ` bridged ` partial | status only |
165+ | ` workspace ` | ` bridged ` | list, get, enter |
166+ | top-level instance routes | ` bridged ` | path, vcs, command, agent, skill, lsp, formatter, dispose |
167167| experimental JSON routes | ` bridged ` partial | console reads, tool ids, worktree list/mutations, resource list; global session list remains later |
168- | ` session ` | ` later/special ` | large stateful surface plus streaming |
169- | ` sync ` | ` later ` | process/control side effects |
170- | ` event ` | ` special ` | SSE |
171- | ` pty ` | ` special ` | websocket |
172- | ` tui ` | ` special ` | UI bridge |
168+ | ` session ` | ` later/special ` | large stateful surface plus streaming |
169+ | ` sync ` | ` later ` | process/control side effects |
170+ | ` event ` | ` special ` | SSE |
171+ | ` pty ` | ` special ` | websocket |
172+ | ` tui ` | ` special ` | UI bridge |
173173
174174## Next PRs
175175
0 commit comments