Skip to content

Commit 39b95ac

Browse files
committed
chore: update manifest paths to .machine_readable/6a2/
1 parent 04f3a12 commit 39b95ac

3 files changed

Lines changed: 21 additions & 21 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: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020

2121
```
2222
.machine_readable/
23-
├── STATE.scm # Current project state (100% complete)
24-
├── META.scm # Meta-level information
25-
├── ECOSYSTEM.scm # Ecosystem relationships
26-
├── AGENTIC.scm # AI agent policies
27-
├── NEUROSYM.scm # Neurosymbolic integration
28-
└── PLAYBOOK.scm # Standard operating procedures
23+
├── .machine_readable/6a2/STATE.a2ml # Current project state (100% complete)
24+
├── .machine_readable/6a2/META.a2ml # Meta-level information
25+
├── .machine_readable/6a2/ECOSYSTEM.a2ml # Ecosystem relationships
26+
├── .machine_readable/6a2/AGENTIC.a2ml # AI agent policies
27+
├── .machine_readable/6a2/NEUROSYM.a2ml # Neurosymbolic integration
28+
└── .machine_readable/6a2/PLAYBOOK.a2ml # Standard operating procedures
2929
```
3030

31-
**NEVER** create STATE.scm, META.scm, ECOSYSTEM.scm, AGENTIC.scm, NEUROSYM.scm, or PLAYBOOK.scm in the repository root.
31+
**NEVER** create .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, or .machine_readable/6a2/PLAYBOOK.a2ml in the repository root.
3232

3333
### Source Code Structure
3434

@@ -88,14 +88,14 @@ LICENSE.txt # PMPL-1.0-or-later
8888

8989
### on-enter (Session Start)
9090

91-
1. Read `.machine_readable/STATE.scm` to understand current completion status (100%)
91+
1. Read `.machine_readable/6a2/STATE.a2ml` to understand current completion status (100%)
9292
2. Check `elixir-mcp/` for any uncommitted changes
93-
3. Review recent session history in STATE.scm
93+
3. Review recent session history in .machine_readable/6a2/STATE.a2ml
9494
4. Note production status: Real bugs filed to Bugzilla
9595

9696
### on-exit (Session End)
9797

98-
1. Update STATE.scm with session achievements
98+
1. Update .machine_readable/6a2/STATE.a2ml with session achievements
9999
2. Commit changes with clear message: "docs: update X" or "fix: resolve Y"
100100
3. Run tests if code changed: `cd elixir-mcp && mix test`
101101
4. Update audit if new platforms or features added
@@ -110,7 +110,7 @@ LICENSE.txt # PMPL-1.0-or-later
110110
4. Update CLI parser for platform-specific flags
111111
5. Add tests in test/submitter_test.exs
112112
6. Update README.adoc with usage examples
113-
7. Update STATE.scm completion status
113+
7. Update .machine_readable/6a2/STATE.a2ml completion status
114114

115115
### Testing
116116

@@ -120,11 +120,11 @@ LICENSE.txt # PMPL-1.0-or-later
120120

121121
### Bug Fixes
122122

123-
- Check STATE.scm session history for similar issues
123+
- Check .machine_readable/6a2/STATE.a2ml session history for similar issues
124124
- Add test case reproducing bug
125125
- Fix implementation
126126
- Verify all 26 tests still pass
127-
- Update STATE.scm with bug fix note
127+
- Update .machine_readable/6a2/STATE.a2ml with bug fix note
128128

129129
## Integration Points
130130

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ I need you to set up feedback-o-tron, an autonomous bug reporting tool. Here's w
194194
After setup, you can submit bugs with commands like:
195195
./feedback-a-tron submit --repo "Fedora" --title "App crashes on launch" --body "Details..." --platform bugzilla --component "kde" --version "43"
196196
197-
Check STATE.scm in .machine_readable/ for project status and integrate with your workflow.
197+
Check .machine_readable/6a2/STATE.a2ml in .machine_readable/ for project status and integrate with your workflow.
198198
----
199199

200200
The AI agent will read this prompt and execute all setup steps automatically.

0 commit comments

Comments
 (0)