Skip to content

Commit 223c6ce

Browse files
committed
chore: update manifest paths to .machine_readable/6a2/
1 parent c0f01ae commit 223c6ce

2 files changed

Lines changed: 12 additions & 12 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ proofs = "proofs/"
3737

3838
[critical-invariants]
3939
# Rules that MUST NEVER be violated
40-
invariant-1 = "State files (STATE.scm, META.scm, ECOSYSTEM.scm, AGENTIC.scm, NEUROSYM.scm, PLAYBOOK.scm) exist in .machine_readable/ ONLY — never in root"
40+
invariant-1 = "State files (.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) exist in .machine_readable/ ONLY — never in root"
4141
invariant-2 = "All interfaces stay under src/interfaces/ — never extract to separate repos"
4242
invariant-3 = "When adding provers: update all 3 layers (Rust, Julia, Chapel)"
4343
invariant-4 = "Original name: 'Cognitive Hybrid' not 'Computational Heuristic'"
@@ -61,10 +61,10 @@ echidna-playground = "echidna-playground/" # Playground
6161
[session-protocol]
6262
on-enter = [
6363
"Read this manifest",
64-
"Read .machine_readable/STATE.scm for current status",
65-
"Read .machine_readable/META.scm for architecture decisions",
66-
"Read .machine_readable/ECOSYSTEM.scm for ecosystem position",
64+
"Read `.machine_readable/6a2/STATE.a2ml` for current status",
65+
"Read `.machine_readable/6a2/META.a2ml` for architecture decisions",
66+
"Read `.machine_readable/6a2/ECOSYSTEM.a2ml` for ecosystem position",
6767
]
6868
on-exit = [
69-
"Update .machine_readable/STATE.scm with progress",
69+
"Update `.machine_readable/6a2/STATE.a2ml` with progress",
7070
]

0 commit comments

Comments
 (0)