44
55The `.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.
23233. After finishing edits, update STATE with your outcomes and commit with a concise, imperative message.
2424
2525## Delivery Promises
0 commit comments