@@ -130,23 +130,23 @@ Use raw Effect HTTP routes where `HttpApi` does not fit. The goal is deleting Ho
130130
131131## Current Route Status
132132
133- | Area | Status | Notes |
134- | --- | --- | --- |
135- | ` question ` | ` bridged ` | ` GET /question ` , reply, reject |
136- | ` permission ` | ` bridged ` | list and reply |
137- | ` provider ` | ` bridged ` | list, auth, OAuth authorize/callback |
138- | ` config ` | ` bridged ` partial | reads only; mutation remains Hono |
139- | ` project ` | ` bridged ` partial | reads only; git-init remains Hono |
140- | ` file ` | ` bridged ` partial | list/content/status only |
141- | ` mcp ` | ` bridged ` partial | status only |
142- | ` workspace ` | ` implemented ` | ` HttpApi ` group exists, but bridge mounting needs verification |
143- | top-level instance reads | ` next ` | path, vcs, command, agent, skill, lsp, formatter |
144- | experimental JSON routes | ` next/later ` | console, tool, worktree, resource, global session list |
145- | ` session ` | ` later/special ` | large stateful surface plus streaming |
146- | ` sync ` | ` later ` | process/control side effects |
147- | ` event ` | ` special ` | SSE |
148- | ` pty ` | ` special ` | websocket |
149- | ` tui ` | ` special ` | UI bridge |
133+ | Area | Status | Notes |
134+ | ------------------------ | ----------------- | ----------------------------------------------------------- --- |
135+ | ` question ` | ` bridged ` | ` GET /question ` , reply, reject |
136+ | ` permission ` | ` bridged ` | list and reply |
137+ | ` provider ` | ` bridged ` | list, auth, OAuth authorize/callback |
138+ | ` config ` | ` bridged ` partial | reads only; mutation remains Hono |
139+ | ` project ` | ` bridged ` partial | reads only; git-init remains Hono |
140+ | ` file ` | ` bridged ` partial | list/content/status only |
141+ | ` mcp ` | ` bridged ` partial | status only |
142+ | ` workspace ` | ` implemented ` | ` HttpApi ` group exists, but bridge mounting needs verification |
143+ | top-level instance reads | ` next ` | path, vcs, command, agent, skill, lsp, formatter |
144+ | experimental JSON routes | ` next/later ` | console, tool, worktree, resource, global session list |
145+ | ` session ` | ` later/special ` | large stateful surface plus streaming |
146+ | ` sync ` | ` later ` | process/control side effects |
147+ | ` event ` | ` special ` | SSE |
148+ | ` pty ` | ` special ` | websocket |
149+ | ` tui ` | ` special ` | UI bridge |
150150
151151## Next PRs
152152
0 commit comments