docs: update cli, hub, and web README files with new features and configuration

- cli/README.md: Remove non-existent runner commands, add codex resume and worktree config
- hub/README.md: Document auto-generated CLI_API_TOKEN, add session/machines/events endpoints and push notifications
- web/README.md: Add settings and terminal routes, terminal and voice assistant sections
- docs/guide: Fix broken anchor link and add terminal FAQ entry
- AGENTS.md: Add new source directory references
This commit is contained in:
weishu
2026-01-27 20:46:39 +08:00
parent 1d56a7cf34
commit aef4da9ea9
6 changed files with 72 additions and 10 deletions
+3
View File
@@ -31,7 +31,10 @@ Short guide for AI agents in this repo. Prefer progressive loading: start with t
## Key source dirs
- `cli/src/api/`, `cli/src/claude/`, `cli/src/commands/`, `cli/src/codex/`
- `hub/src/web/`, `hub/src/socket/`, `hub/src/telegram/`, `hub/src/sync/`
- `hub/src/socket/handlers/cli/` - Terminal multiplexing, session handlers
- `hub/src/notifications/` - Push and Telegram notifications
- `web/src/components/`, `web/src/api/`, `web/src/hooks/`
- `web/src/routes/sessions/terminal.tsx` - Terminal UI
## Critical Thinking