Skip to content

Commit 48c012f

Browse files
committed
chore: update manifest paths to .machine_readable/6a2/
1 parent acffa8c commit 48c012f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.claude/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
| **Bash/POSIX Shell** | Scripts, automation | Keep minimal |
1616
| **JavaScript** | Only where ReScript cannot | MCP protocol glue, Deno APIs |
1717
| **Nickel** | Configuration language | For complex configs |
18-
| **Guile Scheme** | State/meta files | STATE.scm, META.scm, ECOSYSTEM.scm |
18+
| **Guile Scheme** | State/meta files | .machine_readable/6a2/STATE.a2ml, .machine_readable/6a2/META.a2ml, .machine_readable/6a2/ECOSYSTEM.a2ml |
1919
| **Julia** | Batch scripts, data processing | Per RSR |
2020
| **OCaml** | AffineScript compiler | Language-specific |
2121
| **Ada** | Safety-critical systems | Where required |

0-AI-MANIFEST.a2ml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ extraction engine targeting British Library scale (~170M items).
1313

1414
| File | Purpose |
1515
|------|---------|
16-
| `STATE.scm` | Project state, progress, blockers |
17-
| `META.scm` | Architecture decisions, governance |
18-
| `ECOSYSTEM.scm` | Position in ecosystem, relationships |
19-
| `AGENTIC.scm` | AI agent interaction patterns |
20-
| `NEUROSYM.scm` | Neurosymbolic integration config |
21-
| `PLAYBOOK.scm` | Operational runbook |
16+
| `.machine_readable/6a2/STATE.a2ml` | Project state, progress, blockers |
17+
| `.machine_readable/6a2/META.a2ml` | Architecture decisions, governance |
18+
| `.machine_readable/6a2/ECOSYSTEM.a2ml` | Position in ecosystem, relationships |
19+
| `.machine_readable/6a2/AGENTIC.a2ml` | AI agent interaction patterns |
20+
| `.machine_readable/6a2/NEUROSYM.a2ml` | Neurosymbolic integration config |
21+
| `.machine_readable/6a2/PLAYBOOK.a2ml` | Operational runbook |
2222

2323
**CRITICAL:** These files must NEVER be created in the repository root.
2424

@@ -90,7 +90,7 @@ Manifest (170M paths) → Chapel (block-distribute across N locales)
9090
## Session Startup
9191

9292
1. Read this manifest
93-
2. Read `.machine_readable/STATE.scm` for current progress
93+
2. Read `.machine_readable/6a2/STATE.a2ml` for current progress
9494
3. Read `.claude/CLAUDE.md` for code patterns
9595
4. Check `TOPOLOGY.md` for completion dashboard
9696

0 commit comments

Comments
 (0)