@@ -170,23 +170,23 @@ Use raw Effect HTTP routes where `HttpApi` does not fit. The goal is deleting Ho
170170
171171## Current Route Status
172172
173- | Area | Status | Notes |
174- | ------------------------- | ----------------- | ---------------------------------------------------------------------------------------- |
175- | ` question ` | ` bridged ` | ` GET /question ` , reply, reject |
176- | ` permission ` | ` bridged ` | list and reply |
177- | ` provider ` | ` bridged ` | list, auth, OAuth authorize/callback |
178- | ` config ` | ` bridged ` | read, providers, update |
179- | ` project ` | ` bridged ` | list, current, git init, update |
180- | ` file ` | ` bridged ` partial | find text/file/symbol, list/content/status |
181- | ` mcp ` | ` bridged ` | status, add, OAuth, connect/disconnect |
182- | ` workspace ` | ` bridged ` | adaptor/list/status/create/remove/session-restore |
183- | top-level instance routes | ` bridged ` | path, vcs, command, agent, skill, lsp, formatter, dispose |
184- | experimental JSON routes | ` bridged ` | console, tool, worktree list/mutations, global session list, resource list |
185- | ` session ` | ` later/special ` | large stateful surface plus streaming |
186- | ` sync ` | ` later ` | process/control side effects |
187- | ` event ` | ` special ` | SSE |
188- | ` pty ` | ` special ` | websocket |
189- | ` tui ` | ` special ` | UI bridge |
173+ | Area | Status | Notes |
174+ | ------------------------- | ----------------- | -------------------------------------------------------------------------- |
175+ | ` question ` | ` bridged ` | ` GET /question ` , reply, reject |
176+ | ` permission ` | ` bridged ` | list and reply |
177+ | ` provider ` | ` bridged ` | list, auth, OAuth authorize/callback |
178+ | ` config ` | ` bridged ` | read, providers, update |
179+ | ` project ` | ` bridged ` | list, current, git init, update |
180+ | ` file ` | ` bridged ` partial | find text/file/symbol, list/content/status |
181+ | ` mcp ` | ` bridged ` | status, add, OAuth, connect/disconnect |
182+ | ` workspace ` | ` bridged ` | adaptor/list/status/create/remove/session-restore |
183+ | top-level instance routes | ` bridged ` | path, vcs, command, agent, skill, lsp, formatter, dispose |
184+ | experimental JSON routes | ` bridged ` | console, tool, worktree list/mutations, global session list, resource list |
185+ | ` session ` | ` later/special ` | large stateful surface plus streaming |
186+ | ` sync ` | ` later ` | process/control side effects |
187+ | ` event ` | ` special ` | SSE |
188+ | ` pty ` | ` special ` | websocket |
189+ | ` tui ` | ` special ` | UI bridge |
190190
191191## Full Route Checklist
192192
0 commit comments