@@ -14,12 +14,12 @@ This is the AI manifest for **nextgen-databases**. It declares:
1414### Machine-Readable Metadata: `.machine_readable/` ONLY
1515
1616These 6 SCM files MUST exist in `.machine_readable/` directory ONLY:
17- 1. **STATE.scm ** - Project state, progress, blockers
18- 2. **META.scm ** - Architecture decisions, governance
19- 3. **ECOSYSTEM.scm ** - Position in ecosystem, relationships
20- 4. **AGENTIC.scm ** - AI agent interaction patterns
21- 5. **NEUROSYM.scm ** - Neurosymbolic integration config
22- 6. **PLAYBOOK.scm ** - Operational runbook
17+ 1. **.machine_readable/6a2/ STATE.a2ml ** - Project state, progress, blockers
18+ 2. **.machine_readable/6a2/ META.a2ml ** - Architecture decisions, governance
19+ 3. **.machine_readable/6a2/ ECOSYSTEM.a2ml ** - Position in ecosystem, relationships
20+ 4. **.machine_readable/6a2/ AGENTIC.a2ml ** - AI agent interaction patterns
21+ 5. **.machine_readable/6a2/ NEUROSYM.a2ml ** - Neurosymbolic integration config
22+ 6. **.machine_readable/6a2/ PLAYBOOK.a2ml ** - Operational runbook
2323
2424**CRITICAL:** If ANY of these files exist in the root directory, this is an ERROR.
2525
@@ -40,7 +40,7 @@ Bot-specific instructions for:
4040
4141## CORE INVARIANTS
4242
43- 1. **No SCM duplication** - Root must NOT contain STATE.scm, META.scm , etc.
43+ 1. **No SCM duplication** - Root must NOT contain .machine_readable/6a2/ STATE.a2ml, .machine_readable/6a2/ META.a2ml , etc.
44442. **Single source of truth** - `.machine_readable/` is authoritative
45453. **No stale metadata** - If root SCMs exist, they are OUT OF DATE
46464. **License consistency** - All code PMPL-1.0-or-later unless platform requires MPL-2.0
@@ -57,12 +57,12 @@ nextgen-databases/
5757├── 0-AI-MANIFEST.a2ml # THIS FILE (start here)
5858├── README.adoc # Database portfolio overview
5959├── .machine_readable/ # SCM files (6 files)
60- │ ├── STATE.scm
61- │ ├── META.scm
62- │ ├── ECOSYSTEM.scm
63- │ ├── AGENTIC.scm
64- │ ├── NEUROSYM.scm
65- │ └── PLAYBOOK.scm
60+ │ ├── .machine_readable/6a2/ STATE.a2ml
61+ │ ├── .machine_readable/6a2/ META.a2ml
62+ │ ├── .machine_readable/6a2/ ECOSYSTEM.a2ml
63+ │ ├── .machine_readable/6a2/ AGENTIC.a2ml
64+ │ ├── .machine_readable/6a2/ NEUROSYM.a2ml
65+ │ └── .machine_readable/6a2/ PLAYBOOK.a2ml
6666├── .bot_directives/ # Bot instructions
6767└── contractiles/ # Contractiles
6868```
@@ -78,8 +78,8 @@ Satellite repos: quandledb, verisimdb, lithoglyph, glyphbase
7878✅ Understand canonical locations (.machine_readable/, .bot_directives/)
7979✅ Know the invariants (no SCM duplication, etc.)
8080✅ Check for MCP enforcement (if applicable)
81- ✅ Read `.machine_readable/STATE.scm ` for current status
82- ✅ Read `.machine_readable/AGENTIC.scm ` for interaction patterns
81+ ✅ Read `.machine_readable/6a2/ STATE.a2ml ` for current status
82+ ✅ Read `.machine_readable/6a2/ AGENTIC.a2ml ` for interaction patterns
8383
8484## LIFECYCLE HOOKS
8585
@@ -91,15 +91,15 @@ When starting a new session:
91912. Log session start (optional but recommended)
9292 - Format: `[YYYY-MM-DD HH:MM:SS] Session started: [agent-name]`
9393 - Location: `.machine_readable/session-log.txt`
94- 3. Read `.machine_readable/STATE.scm `
94+ 3. Read `.machine_readable/6a2/ STATE.a2ml `
95954. Check for blockers
96965. State understanding of canonical locations
9797
9898### on-exit (Session End)
9999
100100When ending a session:
101101
102- 1. Update `.machine_readable/STATE.scm ` if changes made
102+ 1. Update `.machine_readable/6a2/ STATE.a2ml ` if changes made
1031032. Log session end (optional but recommended)
104104 - Format: `[YYYY-MM-DD HH:MM:SS] Session ended: [summary]`
105105 - Location: `.machine_readable/session-log.txt`
0 commit comments