@@ -14,12 +14,12 @@ This is the AI manifest for **palimpsest-license**. 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
@@ -58,12 +58,12 @@ palimpsest-license/
5858├── README.md # Project overview
5959├── [your source files] # Main code
6060├── .machine_readable/ # SCM files (6 files)
61- │ ├── STATE.scm
62- │ ├── META.scm
63- │ ├── ECOSYSTEM.scm
64- │ ├── AGENTIC.scm
65- │ ├── NEUROSYM.scm
66- │ └── PLAYBOOK.scm
61+ │ ├── .machine_readable/6a2/ STATE.a2ml
62+ │ ├── .machine_readable/6a2/ META.a2ml
63+ │ ├── .machine_readable/6a2/ ECOSYSTEM.a2ml
64+ │ ├── .machine_readable/6a2/ AGENTIC.a2ml
65+ │ ├── .machine_readable/6a2/ NEUROSYM.a2ml
66+ │ └── .machine_readable/6a2/ PLAYBOOK.a2ml
6767└── .bot_directives/ # Bot instructions
6868```
6969
@@ -73,8 +73,8 @@ palimpsest-license/
7373✅ Understand canonical locations (.machine_readable/, .bot_directives/)
7474✅ Know the invariants (no SCM duplication, etc.)
7575✅ Check for MCP enforcement (if applicable)
76- ✅ Read `.machine_readable/STATE.scm ` for current status
77- ✅ Read `.machine_readable/AGENTIC.scm ` for interaction patterns
76+ ✅ Read `.machine_readable/6a2/ STATE.a2ml ` for current status
77+ ✅ Read `.machine_readable/6a2/ AGENTIC.a2ml ` for interaction patterns
7878
7979## LIFECYCLE HOOKS
8080
@@ -86,15 +86,15 @@ When starting a new session:
86862. Log session start (optional but recommended)
8787 - Format: `[YYYY-MM-DD HH:MM:SS] Session started: [agent-name]`
8888 - Location: `.machine_readable/session-log.txt`
89- 3. Read `.machine_readable/STATE.scm `
89+ 3. Read `.machine_readable/6a2/ STATE.a2ml `
90904. Check for blockers
91915. State understanding of canonical locations
9292
9393### on-exit (Session End)
9494
9595When ending a session:
9696
97- 1. Update `.machine_readable/STATE.scm ` if changes made
97+ 1. Update `.machine_readable/6a2/ STATE.a2ml ` if changes made
98982. Log session end (optional but recommended)
9999 - Format: `[YYYY-MM-DD HH:MM:SS] Session ended: [summary]`
100100 - Location: `.machine_readable/session-log.txt`
0 commit comments