feat: add phase 3 readonly models
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
|
||||
- `.codex/agents/*.toml`: 智能体配置。
|
||||
- `.codex/config.toml`: 项目信任配置。
|
||||
- `.codex/state_5.sqlite`: threads、thread_spawn_edges、thread_dynamic_tools。
|
||||
- `.codex/goals_1.sqlite`: thread_goals。
|
||||
- `.codex/state_5.sqlite`: threads、thread_spawn_edges;Phase 3 通过 `mode=ro&immutable=1` 只读打开。
|
||||
- `.codex/goals_1.sqlite`: thread_goals;Phase 3 通过 `mode=ro&immutable=1` 只读打开。
|
||||
- 本机进程表:Codex 进程辅助判断。
|
||||
- 项目工作流文件:task_plan.md、findings.md、progress.md、docs/project.md。
|
||||
|
||||
@@ -27,3 +27,6 @@
|
||||
- 工作流显示使用动态事件流/DAG,不写死阶段或 agent 顺序。
|
||||
- 所有推断状态必须显示来源和置信度。
|
||||
- UI 全中文,技术缩写保留英文。
|
||||
- Phase 3 使用纯 Go `modernc.org/sqlite` 读取 SQLite,避免 CGO 运行时依赖。
|
||||
- SQLite 文件不存在时返回空列表和 `sqlite_missing`/`low` 来源证据,不返回 500。
|
||||
- 动态工作流事件从 threads、spawn edges、goals、`task_plan.md` 证据构建,不假设固定角色顺序。
|
||||
|
||||
Reference in New Issue
Block a user