Skip to content

Commit 29b315a

Browse files
hyperpolymathclaude
andcommitted
refactor: migrate 6SCM → 6A2 (.scm → .a2ml format)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e36396d commit 29b315a

6 files changed

Lines changed: 28 additions & 49 deletions

File tree

.machine_readable/ECOSYSTEM.a2ml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
# ASDF Tool Plugins Ecosystem Manifest (A2ML)
2-
@ecosystem { version: "0.1.0", last-updated: "2026-03-03" }
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# ECOSYSTEM.a2ml — Ecosystem position
3+
# Converted from ECOSYSTEM.scm on 2026-03-15
34

4-
@project:
5-
name: "asdf-tool-plugins"
6-
purpose: "Toolchain management and installation"
7-
role: "infrastructure-tools"
8-
@end
5+
[metadata]
6+
project = "asdf-tool-plugins"
7+
ecosystem = "hyperpolymath"
98

10-
@attestation:
11-
originalBytes: [Attested by Gemini CLI]
12-
signature: PLACEHOLDER-ED25519-SIGNATURE
13-
timestamp: 2026-03-03T12:00:00Z
14-
@end
9+
[position]
10+
type = "component"

.machine_readable/ECOSYSTEM.scm

Lines changed: 0 additions & 3 deletions
This file was deleted.

.machine_readable/META.a2ml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
# ASDF Tool Plugins Meta Manifest (A2ML)
2-
@meta { version: "0.1.0", last-updated: "2026-03-03" }
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# META.a2ml — Project meta-information
3+
# Converted from META.scm on 2026-03-15
34

4-
@project-info:
5-
type: "collection"
6-
languages: ["bash", "sh"]
7-
license: "PMPL-1.0-or-later"
8-
@end
9-
10-
@attestation:
11-
originalBytes: [Attested by Gemini CLI]
12-
signature: PLACEHOLDER-ED25519-SIGNATURE
13-
timestamp: 2026-03-03T12:00:00Z
14-
@end
5+
[metadata]
6+
project = "asdf-tool-plugins"
7+
author = "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"
8+
license = "PMPL-1.0-or-later"
9+
standard = "RSR 2026"

.machine_readable/META.scm

Lines changed: 0 additions & 3 deletions
This file was deleted.

.machine_readable/STATE.a2ml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
# ASDF Tool Plugins State Manifest (A2ML)
2-
@state { version: "0.1.0", last-updated: "2026-03-03", status: "active" }
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# STATE.a2ml — Project state checkpoint
3+
# Converted from STATE.scm on 2026-03-15
34

4-
@project-context:
5-
name: "asdf-tool-plugins"
6-
tagline: "Comprehensive collection of asdf version manager plugins"
7-
repo: "github.com/hyperpolymath/asdf-tool-plugins"
8-
completion-percentage: 70
9-
phase: "active-maintenance"
10-
@end
5+
[metadata]
6+
project = "asdf-tool-plugins"
7+
version = "0.1.0"
8+
last-updated = "2026-03-15"
9+
status = "active"
1110

12-
@attestation:
13-
originalBytes: [Attested by Gemini CLI]
14-
signature: PLACEHOLDER-ED25519-SIGNATURE
15-
timestamp: 2026-03-03T12:00:00Z
16-
@end
11+
[project-context]
12+
name = "asdf-tool-plugins"
13+
completion-percentage = 0
14+
phase = "In development"

.machine_readable/STATE.scm

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)