|
4 | 4 |
|
5 | 5 | Project metadata and AI agent configuration files are located in `.machine_readable/`: |
6 | 6 |
|
7 | | -- **STATE.scm** - Current project state, progress, blockers, next actions |
8 | | -- **ECOSYSTEM.scm** - Position in ecosystem, relationships to other projects |
9 | | -- **META.scm** - Architecture decisions, governance, development practices |
10 | | -- **PLAYBOOK.scm** - Operational runbook, procedures, alerts |
11 | | -- **AGENTIC.scm** - AI agent interaction patterns and constraints |
12 | | -- **NEUROSYM.scm** - Neurosymbolic integration configuration |
| 7 | +- **.machine_readable/6a2/STATE.a2ml** - Current project state, progress, blockers, next actions |
| 8 | +- **.machine_readable/6a2/ECOSYSTEM.a2ml** - Position in ecosystem, relationships to other projects |
| 9 | +- **.machine_readable/6a2/META.a2ml** - Architecture decisions, governance, development practices |
| 10 | +- **.machine_readable/6a2/PLAYBOOK.a2ml** - Operational runbook, procedures, alerts |
| 11 | +- **.machine_readable/6a2/AGENTIC.a2ml** - AI agent interaction patterns and constraints |
| 12 | +- **.machine_readable/6a2/NEUROSYM.a2ml** - Neurosymbolic integration configuration |
13 | 13 |
|
14 | 14 | **These files are the canonical source of truth for project metadata.** |
15 | 15 |
|
16 | 16 | ## Workflow |
17 | 17 |
|
18 | 18 | 1. Read `.machine_readable/*.scm` files at session start |
19 | | -2. Check STATE.scm for current phase, blockers, next actions |
20 | | -3. Follow patterns and constraints from AGENTIC.scm |
21 | | -4. Update STATE.scm after completing work |
| 19 | +2. Check .machine_readable/6a2/STATE.a2ml for current phase, blockers, next actions |
| 20 | +3. Follow patterns and constraints from .machine_readable/6a2/AGENTIC.a2ml |
| 21 | +4. Update .machine_readable/6a2/STATE.a2ml after completing work |
22 | 22 | 5. Sync to database: `~/sync-language-tracker.sh` |
0 commit comments