77### Canonical File Locations (ONLY THESE - NO DUPLICATES)
88
99**Machine-Readable Metadata:** `.machine_readable/` directory ONLY
10- - **STATE.scm ** - Current project state, progress, blockers, next actions
11- - **ECOSYSTEM.scm ** - Position in ecosystem, relationships to other projects
12- - **META.scm ** - Architecture decisions, governance, development practices
13- - **PLAYBOOK.scm ** - Operational runbook, procedures, alerts
14- - **AGENTIC.scm ** - AI agent interaction patterns and constraints
15- - **NEUROSYM.scm ** - Neurosymbolic integration configuration
10+ - **.machine_readable/6a2/ STATE.a2ml ** - Current project state, progress, blockers, next actions
11+ - **.machine_readable/6a2/ ECOSYSTEM.a2ml ** - Position in ecosystem, relationships to other projects
12+ - **.machine_readable/6a2/ META.a2ml ** - Architecture decisions, governance, development practices
13+ - **.machine_readable/6a2/ PLAYBOOK.a2ml ** - Operational runbook, procedures, alerts
14+ - **.machine_readable/6a2/ AGENTIC.a2ml ** - AI agent interaction patterns and constraints
15+ - **.machine_readable/6a2/ NEUROSYM.a2ml ** - Neurosymbolic integration configuration
1616- **LANGUAGES.scm** - Language portfolio status and metadata
1717
1818**CRITICAL:** If ANY of these 6 SCM files exist in the root directory, this is an ERROR state.
@@ -28,7 +28,7 @@ The ONLY valid location is `.machine_readable/`. Do NOT create duplicates.
2828
2929### Core Constraints That Prevent Errors
3030
31- 1. **No SCM file duplication** - Root directory must NOT contain STATE.scm, META.scm, ECOSYSTEM.scm, AGENTIC.scm, NEUROSYM.scm, PLAYBOOK.scm , or LANGUAGES.scm
31+ 1. **No SCM file duplication** - Root directory must NOT contain .machine_readable/6a2/ STATE.a2ml, .machine_readable/6a2/ META.a2ml, .machine_readable/6a2/ ECOSYSTEM.a2ml, .machine_readable/6a2/ AGENTIC.a2ml, .machine_readable/6a2/ NEUROSYM.a2ml, .machine_readable/6a2/ PLAYBOOK.a2ml , or LANGUAGES.scm
32322. **Single source of truth** - `.machine_readable/` is authoritative
33333. **No stale metadata** - If root SCMs exist, they are OUT OF DATE and must be removed
34344. **Submodule integrity** - All 10 core languages + 7-tentacles must be checked out (not empty directories)
@@ -37,8 +37,8 @@ The ONLY valid location is `.machine_readable/`. Do NOT create duplicates.
3737### Session Startup Checklist
3838
3939✅ Read THIS file (AI.a2ml) first
40- ✅ Read `.machine_readable/STATE.scm ` for current status
41- ✅ Check `.machine_readable/AGENTIC.scm ` for interaction constraints
40+ ✅ Read `.machine_readable/6a2/ STATE.a2ml ` for current status
41+ ✅ Check `.machine_readable/6a2/ AGENTIC.a2ml ` for interaction constraints
4242✅ Verify no duplicate SCM files exist in root
4343✅ Check git submodule status (must not be empty)
4444
@@ -72,8 +72,8 @@ This is a **monorepo** containing:
7272## Workflow
7373
74741. Read `.machine_readable/*.scm` files at session start
75- 2. Check STATE.scm for current phase, blockers, next actions
75+ 2. Check .machine_readable/6a2/ STATE.a2ml for current phase, blockers, next actions
76763. Update submodules if needed: `git submodule update --remote`
77- 4. Follow patterns and constraints from AGENTIC.scm
78- 5. Update STATE.scm after completing work
77+ 4. Follow patterns and constraints from .machine_readable/6a2/ AGENTIC.a2ml
78+ 5. Update .machine_readable/6a2/ STATE.a2ml after completing work
79796. Update LANGUAGE-STATUS-MASTER.md with language progress
0 commit comments