初始化 Makelore 项目协作文档
需求:为客户端修复任务建立独立 worktree 所有权与项目记忆门禁。 实现:引入标准 .project-docs 模板,不修改现有客户端业务代码。
This commit is contained in:
23
.project-docs/05-agent-entry/memory-index.md
Normal file
23
.project-docs/05-agent-entry/memory-index.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Memory Index
|
||||
|
||||
Use this as the high-density entry point after the Concurrent Task Gate establishes task identity and worktree ownership.
|
||||
|
||||
## Startup Set
|
||||
|
||||
- Active task: `.project-docs/30-worklog/tasks/{task_id}.md`
|
||||
- Project identity: `.project-docs/00-brief/project-positioning.md`
|
||||
- Integrated state: `.project-docs/30-worklog/current-state.md`
|
||||
- Decision list: `.project-docs/10-decisions/decision-index.md`
|
||||
- System shape: `.project-docs/20-architecture/system-overview.md`
|
||||
|
||||
## Recall Pointers
|
||||
|
||||
- Evidence-heavy bugs, experiments, investigations: `.project-docs/50-evidence/evidence-index.md`
|
||||
- Workflow lessons and repeated agent mistakes: `.project-docs/60-reflection/reflection-index.md`
|
||||
- Pending promises, loops, timed follow-ups: `.project-docs/80-commitments/commitments.md`
|
||||
- Integrated stale items: `.project-docs/90-maintenance/stale-items.md`
|
||||
- Task-scoped conflicts: `.project-docs/90-maintenance/conflicts/{task_id}-<slug>.md`
|
||||
|
||||
## Loading Rule
|
||||
|
||||
Keep this file short. Add shared pointers only during Integration Gate. Feature tasks keep their working context and promotion candidates in their own task record.
|
||||
Reference in New Issue
Block a user