Skip to content

Commit 6b2b730

Browse files
docs(config): fix stale .scm references in CLAUDE.md → descriptiles/*.a2ml (#111)
## What & why `.claude/CLAUDE.md` listed the machine-readable metadata as `STATE.scm`, `META.scm`, … directly under `.machine_readable/`, and the language table's Guile Scheme row named the same `.scm` files. **None of those `.scm` files exist** — the real metadata lives in `.machine_readable/descriptiles/*.a2ml` (and a2ml is TOML-flavoured, not Guile Scheme). This is the documented CLAUDE.md drift the estate's STATE files flag. ## Change - Point the "Machine-Readable Artefacts" list at `.machine_readable/descriptiles/*.a2ml` (the files that actually exist: `STATE`, `META`, `ECOSYSTEM`, `AGENTIC`, `NEUROSYM`, `PLAYBOOK`). - Fix the Guile Scheme row to stop claiming the state/meta files are `.scm`. Docs/config only; single file. ## Context Loose-end cleanup after the A2 Coq (#109) and Lean-mirror (#110) work. Draft pending review. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_015qwVESTcbfanY2iJPQNoSz --- _Generated by [Claude Code](https://claude.ai/code/session_015qwVESTcbfanY2iJPQNoSz)_ Co-authored-by: Claude <noreply@anthropic.com>
1 parent 1e5c615 commit 6b2b730

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)