Skip to content

Commit 75e598a

Browse files
committed
docs(config): fix stale .scm references in CLAUDE.md → descriptiles/*.a2ml
The "Machine-Readable Artefacts" list and the Guile Scheme row pointed at `STATE.scm`/`META.scm`/… at `.machine_readable/`, but no `.scm` files exist: the real metadata lives in `.machine_readable/descriptiles/*.a2ml` (a2ml is TOML-flavoured). Point the config at the files that actually exist so agents read the right paths. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015qwVESTcbfanY2iJPQNoSz
1 parent 6bb8f3b commit 75e598a

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

.claude/CLAUDE.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
## Machine-Readable Artefacts
22

3-
The following files in `.machine_readable/` contain structured project metadata:
3+
The following files in `.machine_readable/descriptiles/` contain structured
4+
project metadata (a2ml is TOML-flavoured, not Guile Scheme):
45

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
6+
- `STATE.a2ml` - Current project state and progress
7+
- `META.a2ml` - Architecture decisions and development practices
8+
- `ECOSYSTEM.a2ml` - Position in the ecosystem and related projects
9+
- `AGENTIC.a2ml` - AI agent interaction patterns
10+
- `NEUROSYM.a2ml` - Neurosymbolic integration config
11+
- `PLAYBOOK.a2ml` - Operational runbook
1112

1213
---
1314

@@ -28,7 +29,7 @@ The following files in `.machine_readable/` contain structured project metadata:
2829
| **Bash/POSIX Shell** | Scripts, automation | Keep minimal |
2930
| **JavaScript** | Only where AffineScript cannot, or as per-language reference (examples/) | Avoid for new code unless integrating an external JS API |
3031
| **Nickel** | Configuration language | For complex configs |
31-
| **Guile Scheme** | State/meta files | STATE.scm, META.scm, ECOSYSTEM.scm |
32+
| **Guile Scheme** | Scripting where needed | (state/meta files are `.machine_readable/descriptiles/*.a2ml`, TOML-flavoured) |
3233
| **Julia** | Batch scripts, data processing | Per RSR |
3334
| **OCaml** | AffineScript compiler | Language-specific |
3435
| **Ada** | Safety-critical systems | Where required |

0 commit comments

Comments
 (0)