From de20fda424f7429e33a35c5a0106e2cc6802629a Mon Sep 17 00:00:00 2001 From: Yoilun Date: Mon, 25 May 2026 15:52:36 +0800 Subject: [PATCH] docs: clarify phase zero baseline --- docs/project.md | 4 ++-- progress.md | 2 ++ task_plan.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/project.md b/docs/project.md index 910fde3..af2b8d9 100644 --- a/docs/project.md +++ b/docs/project.md @@ -4,9 +4,9 @@ 构建一个本机 Codex 智能体管理台,用中文管理 agent 配置、项目运行状态、动态工作流和安全写回流程。 -## Architecture +## Target Architecture -Go 后端提供 localhost HTTP API,Vue 3 + Vite 前端提供中文工作台界面。后端只读访问 Codex SQLite 状态库,安全读取 `.codex` 配置,并仅在用户确认后写回 `.codex/agents/*.toml`。 +计划架构为:Go 后端提供 localhost HTTP API,Vue 3 + Vite 前端提供中文工作台界面。目标后端将只读访问 Codex SQLite 状态库,安全读取 `.codex` 配置,并仅在用户确认后写回 `.codex/agents/*.toml`。 ## Configuration diff --git a/progress.md b/progress.md index 373e6c4..3cd51dc 100644 --- a/progress.md +++ b/progress.md @@ -4,6 +4,8 @@ | Time | Phase | Actor | Action | Result | | --- | --- | --- | --- | --- | +| 2026-05-25 | 0 | coding agent | 创建文件化计划和项目基线 | 完成并通过规格审查 | +| 2026-05-25 | 0 | review loop | 质量审查发现 docs/project.md 架构语气和 task_plan.md Phase 0 状态问题 | 已修复:改为目标架构语气,并将 Phase 0 标记为 complete | ## Test Results diff --git a/task_plan.md b/task_plan.md index d51ac6a..95b58ce 100644 --- a/task_plan.md +++ b/task_plan.md @@ -17,7 +17,7 @@ | Phase | Status | Goal | Acceptance Criteria | | --- | --- | --- | --- | -| 0 | pending | 项目初始化与风险边界 | 计划文件存在;安全边界明确;不读取 auth.json;不改 .codex | +| 0 | complete | 项目初始化与风险边界 | 计划文件存在;安全边界明确;不读取 auth.json;不改 .codex | | 1 | pending | Go 只读数据层 | 能读取 agents、projects、threads、spawn edges、goals;SQLite 只读 | | 2 | pending | 运行状态与动态工作流模型 | 状态含来源/置信度;工作流不写死固定流程 | | 3 | pending | 中文 UI 只读工作台 | 项目/工作流/智能体视图可浏览;空数据可用 |