Skip to content

Commit efb6632

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

2 files changed

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

55
Project metadata and AI agent configuration files are located in `.machine_readable/`:
66

7-
- **STATE.scm** - Current project state, progress, blockers, next actions
8-
- **ECOSYSTEM.scm** - Position in ecosystem, relationships to other projects
9-
- **META.scm** - Architecture decisions, governance, development practices
10-
- **PLAYBOOK.scm** - Operational runbook, procedures, alerts
11-
- **AGENTIC.scm** - AI agent interaction patterns and constraints
12-
- **NEUROSYM.scm** - Neurosymbolic integration configuration
7+
- **.machine_readable/6a2/STATE.a2ml** - Current project state, progress, blockers, next actions
8+
- **.machine_readable/6a2/ECOSYSTEM.a2ml** - Position in ecosystem, relationships to other projects
9+
- **.machine_readable/6a2/META.a2ml** - Architecture decisions, governance, development practices
10+
- **.machine_readable/6a2/PLAYBOOK.a2ml** - Operational runbook, procedures, alerts
11+
- **.machine_readable/6a2/AGENTIC.a2ml** - AI agent interaction patterns and constraints
12+
- **.machine_readable/6a2/NEUROSYM.a2ml** - Neurosymbolic integration configuration
1313

1414
**These files are the canonical source of truth for project metadata.**
1515

1616
## Workflow
1717

1818
1. Read `.machine_readable/*.scm` files at session start
19-
2. Check STATE.scm for current phase, blockers, next actions
20-
3. Follow patterns and constraints from AGENTIC.scm
21-
4. Update STATE.scm after completing work
19+
2. Check .machine_readable/6a2/STATE.a2ml for current phase, blockers, next actions
20+
3. Follow patterns and constraints from .machine_readable/6a2/AGENTIC.a2ml
21+
4. Update .machine_readable/6a2/STATE.a2ml after completing work
2222
5. Sync to database: `~/sync-language-tracker.sh`

0 commit comments

Comments
 (0)