docs: add web frontend usage

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
tao.chen
2026-07-02 19:38:19 +08:00
co-authored by Claude
parent 062cde88f8
commit b5fababeea
2 changed files with 37 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ A runnable Go backend MVP skeleton that manages local workspaces, file operation
### Not implemented in v1
Docker, authentication, Git integration, LSP, AI Agent orchestration, web frontend, and full watcher/WebSocket event streaming are out of scope for the first version.
Docker, authentication, Git integration, LSP, AI Agent orchestration, production web frontend, and full watcher/WebSocket event streaming are out of scope for the first version. An initial frontend scaffold lives in [`web/`](web/README.md).
## Run