docs: clarify phase zero baseline

This commit is contained in:
Yoilun
2026-05-25 15:52:36 +08:00
parent a067956e30
commit de20fda424
3 changed files with 5 additions and 3 deletions

View File

@@ -4,9 +4,9 @@
构建一个本机 Codex 智能体管理台,用中文管理 agent 配置、项目运行状态、动态工作流和安全写回流程。
## Architecture
## Target Architecture
Go 后端提供 localhost HTTP APIVue 3 + Vite 前端提供中文工作台界面。后端只读访问 Codex SQLite 状态库,安全读取 `.codex` 配置,并仅在用户确认后写回 `.codex/agents/*.toml`
计划架构为:Go 后端提供 localhost HTTP APIVue 3 + Vite 前端提供中文工作台界面。目标后端只读访问 Codex SQLite 状态库,安全读取 `.codex` 配置,并仅在用户确认后写回 `.codex/agents/*.toml`
## Configuration