Restructure web app directories

This commit is contained in:
武阳
2026-05-06 12:01:22 +08:00
parent 2ea3a63447
commit 4e9ea0e3bb
12 changed files with 22 additions and 12 deletions
+1 -1
View File
@@ -822,7 +822,7 @@ Mirrored / scaffold areas needing real implementation:
- [ ] Token budget calculations
### Tier 3 — Nice-to-Have Features
- [x] Local web GUI (FastAPI + vanilla JS SPA) → `src/gui/__main__.py`, `src/gui/server.py`, `src/gui/static/*`; launch with `python -m src.gui` or `claw-code-gui`
- [x] Local web GUI (FastAPI + vanilla JS SPA) → `src/gui/__main__.py`, `backend/api/server.py`, `frontend/legacy-static/*`; launch with `python -m src.gui` or `claw-code-gui`
- [ ] TUI/Ink component library
- [ ] Voice mode
- [ ] VIM mode and keybinding system