Skip to content

Commit 9b23627

Browse files
chore(a2ml): remove 8 deprecated legacy-Scheme example dups (Item 10) (#78)
## What Orthogonal cleanup slice of **Item 10** — *not* the STATE v2 conversion workstream (#77, modshells#43). Deletes the 8 deprecated `*-a2ml/examples/{minimal,comprehensive}.scm` files in `agentic-a2ml`, `meta-a2ml`, `neurosym-a2ml`, `playbook-a2ml`. Each: - self-declares `DEPRECATED … legacy Guile Scheme (.scm) format` - has a verified, non-trivial `.a2ml` sibling already present Also repoints the only in-repo references — the `meta-a2ml` and `playbook-a2ml` `README.adoc` example link lists — from `examples/*.scm` → `examples/*.a2ml`, so no doc links break. ## Scope PRESERVE policy unchanged: `guix.scm`/`channels`/`manifest`, tree-sitter queries, executable `(define-module)` Guile, and `.scm`-suffixed satellite/repo path names are untouched. No overlap with the STATE.scm→v2 converter work. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 526bcba commit 9b23627

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

meta-a2ml/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ The formal specification is in the `spec/` directory:
213213

214214
See the link:examples/[examples/] directory:
215215

216-
* link:examples/minimal.scm[minimal.scm] - Minimal valid META file
217-
* link:examples/comprehensive.scm[comprehensive.scm] - Full-featured example
216+
* link:examples/minimal.a2ml[minimal.a2ml] - Minimal valid META file
217+
* link:examples/comprehensive.a2ml[comprehensive.a2ml] - Full-featured example
218218

219219
== Integration with STATE.a2ml
220220

playbook-a2ml/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ The formal specification is in the `spec/` directory:
216216

217217
See the link:examples/[examples/] directory:
218218

219-
* link:examples/minimal.scm[minimal.scm] - Minimal valid PLAYBOOK
220-
* link:examples/comprehensive.scm[comprehensive.scm] - Full-featured example
219+
* link:examples/minimal.a2ml[minimal.a2ml] - Minimal valid PLAYBOOK
220+
* link:examples/comprehensive.a2ml[comprehensive.a2ml] - Full-featured example
221221

222222
== Conformance Requirements
223223

0 commit comments

Comments
 (0)