Skip to content

Commit 27be008

Browse files
committed
chore: update manifest paths to .machine_readable/6a2/
1 parent ccfdcc8 commit 27be008

3 files changed

Lines changed: 25 additions & 25 deletions

File tree

.claude/CLAUDE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
The following files in `.machine_readable/` contain structured project metadata:
44

5-
- `STATE.scm` - Current project state and progress
6-
- `META.scm` - Architecture decisions and development practices
7-
- `ECOSYSTEM.scm` - Position in the ecosystem and related projects
8-
- `AGENTIC.scm` - AI agent interaction patterns
9-
- `NEUROSYM.scm` - Neurosymbolic integration config
10-
- `PLAYBOOK.scm` - Operational runbook
5+
- `.machine_readable/6a2/STATE.a2ml` - Current project state and progress
6+
- `.machine_readable/6a2/META.a2ml` - Architecture decisions and development practices
7+
- `.machine_readable/6a2/ECOSYSTEM.a2ml` - Position in the ecosystem and related projects
8+
- `.machine_readable/6a2/AGENTIC.a2ml` - AI agent interaction patterns
9+
- `.machine_readable/6a2/NEUROSYM.a2ml` - Neurosymbolic integration config
10+
- `.machine_readable/6a2/PLAYBOOK.a2ml` - Operational runbook
1111

1212
---
1313

@@ -28,7 +28,7 @@ The following files in `.machine_readable/` contain structured project metadata:
2828
| **Bash/POSIX Shell** | Scripts, automation | Keep minimal |
2929
| **JavaScript** | Only where ReScript cannot | MCP protocol glue, Deno APIs |
3030
| **Nickel** | Configuration language | For complex configs |
31-
| **Guile Scheme** | State/meta files | STATE.scm, META.scm, ECOSYSTEM.scm |
31+
| **Guile Scheme** | State/meta files | .machine_readable/6a2/STATE.a2ml, .machine_readable/6a2/META.a2ml, .machine_readable/6a2/ECOSYSTEM.a2ml |
3232
| **Julia** | Batch scripts, data processing | Per RSR |
3333
| **OCaml** | AffineScript compiler | Language-specific |
3434
| **Ada** | Safety-critical systems | Where required |

0-AI-MANIFEST.a2ml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
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
3232
2. **Single source of truth** - `.machine_readable/` is authoritative
3333
3. **No stale metadata** - If root SCMs exist, they are OUT OF DATE and must be removed
3434
4. **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

7474
1. 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
7676
3. 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
7979
6. Update LANGUAGE-STATUS-MASTER.md with language progress

README.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@ Target Audience: Expert ←————————————→ Beginne
176176
== Documentation
177177

178178
* `LANGUAGES.scm` — Detailed language specifications and comparison
179-
* `META.scm` — Architecture decisions and development practices
180-
* `STATE.scm` — Project checkpoint and session history
181-
* `ECOSYSTEM.scm` — Project ecosystem relationships
182-
* `PLAYBOOK.scm` — Operational playbook and workflows
183-
* `AGENTIC.scm` — Agent-oriented language specifications
184-
* `NEUROSYM.scm` — Neuro-symbolic integration specifications
179+
* `.machine_readable/6a2/META.a2ml` — Architecture decisions and development practices
180+
* `.machine_readable/6a2/STATE.a2ml` — Project checkpoint and session history
181+
* `.machine_readable/6a2/ECOSYSTEM.a2ml` — Project ecosystem relationships
182+
* `.machine_readable/6a2/PLAYBOOK.a2ml` — Operational playbook and workflows
183+
* `.machine_readable/6a2/AGENTIC.a2ml` — Agent-oriented language specifications
184+
* `.machine_readable/6a2/NEUROSYM.a2ml` — Neuro-symbolic integration specifications
185185
* `MANIFEST.md` — Quick reference with status and run commands
186186
* `languages/` — Per-language READMEs with core invariants
187187

0 commit comments

Comments
 (0)