docs: VS Code extension feasibility and JSON admin API plan #36
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/vscode-plugin-api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two design notes plus index rows. design/vscode-plugin.md: feasibility of a VS Code extension for operator request review - verdict feasible once the JSON admin API exists, extension lives in a separate repository, contract owned here, TUI stays in-tree and file-direct. design/webui/admin-json-api.md: the implementation plan for /api/v1 that PR 35 implements, including the v1 scope decision deferring requestlog.Watch and SSE in favor of polling, and the review-driven contract details - typed requestlog.ErrNotFound, JSON catch-all for unknown /api/ paths, deliberate env/env_files omission from the rules endpoint. Generated with Claude Code.