docs: migrate project memory governance
This commit is contained in:
10
README.md
10
README.md
@@ -5,11 +5,12 @@
|
||||
## 新会话入口
|
||||
|
||||
1. 先读 [项目文件治理规则](AGENTS.md)。
|
||||
2. 再读当前 [任务计划](task_plan.md)、[关键发现](findings.md) 和 [进度](progress.md)。
|
||||
3. 通过 [业务适配登记表](agent设计规范/business-adaptation-registry.md) 定位业务入口、Skill、Schema、mapping 和实现。
|
||||
4. 发布边界看 [生命周期发布门槛](agent设计规范/test-fixtures/lwlt-lifecycle/release-gate.md),当前制品看 [发布清单](dist/release-manifest.json)。
|
||||
2. 加载 `maintain-project-docs` Skill,通过 Concurrent Task Gate 取得当前 worktree 所有权。
|
||||
3. 按 [项目记忆入口](.project-docs/05-agent-entry/read-before-planning.md) 加载当前任务、集成状态、决策和架构。
|
||||
4. 通过 [业务适配登记表](agent设计规范/business-adaptation-registry.md) 定位业务入口、Skill、Schema、mapping 和实现。
|
||||
5. 发布边界看 [生命周期发布门槛](agent设计规范/test-fixtures/lwlt-lifecycle/release-gate.md),当前制品看 [发布清单](dist/release-manifest.json)。
|
||||
|
||||
`archive/` 是只读历史,不定义当前规则;桌面不是当前源码或发布源。
|
||||
`.project-docs/` 是唯一活动项目记忆;旧 Planning with Files 已日期化归档。`archive/` 是只读历史,不定义当前规则;桌面不是当前源码或发布源。
|
||||
|
||||
## 当前发布基线
|
||||
|
||||
@@ -48,6 +49,7 @@ AI Agent/Skill 与确定性解析器都只负责业务语义、字段抽取和
|
||||
|
||||
| 目录 | 用途 |
|
||||
|---|---|
|
||||
| `.project-docs/` | worktree 所有权门禁、任务作用域记录和经 Integration Gate 更新的 canonical 项目记忆 |
|
||||
| `agent设计规范/` | Agent Prompt、五个 Skill、业务模板、业务入口和稳定夹具 |
|
||||
| `schemas/`、`mappings/` | 当前解析/执行契约与 ERP 映射 |
|
||||
| `chrome-extension/` | 已登录 ERP 页面内的浏览器适配器源码 |
|
||||
|
||||
Reference in New Issue
Block a user