Skip to content

Commit c888541

Browse files
committed
chore: update manifest paths to .machine_readable/6a2/
1 parent b2e0a4e commit c888541

3 files changed

Lines changed: 18 additions & 18 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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
The `.machine_readable/` directory contains structured metadata required for automated reasoning and project introspection.
66

7-
- `STATE.scm`: Current project state, milestones, and progress.
8-
- `META.scm`: Architecture decisions, development methodology, and rationale.
9-
- `ECOSYSTEM.scm`: Ecosystem placement, upstream/downstream relationships, and interoperability.
10-
- `AGENTIC.scm`: AI agent interaction patterns, affordances, and constraints.
11-
- `NEUROSYM.scm`: Neurosymbolic integration configuration and hybrid reasoning settings.
12-
- `PLAYBOOK.scm`: Operational runbook, workflows, and incident procedures.
7+
- `.machine_readable/6a2/STATE.a2ml`: Current project state, milestones, and progress.
8+
- `.machine_readable/6a2/META.a2ml`: Architecture decisions, development methodology, and rationale.
9+
- `.machine_readable/6a2/ECOSYSTEM.a2ml`: Ecosystem placement, upstream/downstream relationships, and interoperability.
10+
- `.machine_readable/6a2/AGENTIC.a2ml`: AI agent interaction patterns, affordances, and constraints.
11+
- `.machine_readable/6a2/NEUROSYM.a2ml`: Neurosymbolic integration configuration and hybrid reasoning settings.
12+
- `.machine_readable/6a2/PLAYBOOK.a2ml`: Operational runbook, workflows, and incident procedures.
1313

1414
## Repository Focus
1515

@@ -18,8 +18,8 @@ The `.machine_readable/` directory contains structured metadata required for aut
1818

1919
## Workflow
2020

21-
1. Inspect `.machine_readable/STATE.scm` for blockers and next actions.
22-
2. Respect any constraints listed inside `.machine_readable/AGENTIC.scm` when tooling changes are requested.
21+
1. Inspect `.machine_readable/6a2/STATE.a2ml` for blockers and next actions.
22+
2. Respect any constraints listed inside `.machine_readable/6a2/AGENTIC.a2ml` when tooling changes are requested.
2323
3. After finishing edits, update STATE with your outcomes and commit with a concise, imperative message.
2424

2525
## Delivery Promises

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ fireflag/
277277
├── .containerization/ # Docker + Guix builds
278278
├── .screenshots/ # Screenshot generation
279279
├── scripts/ # Build and signing scripts
280-
├── STATE.scm # Project state tracking
281-
├── ECOSYSTEM.scm # Ecosystem relationships
282-
└── META.scm # Architecture decisions
280+
├── .machine_readable/6a2/STATE.a2ml # Project state tracking
281+
├── .machine_readable/6a2/ECOSYSTEM.a2ml # Ecosystem relationships
282+
└── .machine_readable/6a2/META.a2ml # Architecture decisions
283283
----
284284

285285
=== Build System

0 commit comments

Comments
 (0)