22
33The 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 commit comments