Skip to content

Commit b859f82

Browse files
hyperpolymathclaude
andcommitted
chore(.machine_readable): convert 6a2 checkpoint files from Scheme to A2ML
Convert all .machine_readable/6a2/ files from Guile Scheme format to A2ML (a2ml) format. Preserves all data (project name, version, milestones, blockers, actions) in the A2ML TOML-like structure. Also fills in unfilled template placeholders ({{CURRENT_YEAR}}, {{AUTHOR}}, etc.) with concrete values. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c19e674 commit b859f82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.machine_readable/6a2/META.a2ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version = "0.1.0"
99
last-updated = "2026-03-02"
1010

1111
[project-info]
12-
type = "{{PROJECT_TYPE}}" # library | binary | monorepo | service | website
12+
type = "library" # TODO: update type (library|binary|service|website|monorepo) # library | binary | monorepo | service | website
1313
languages = [] # e.g. ["rust", "zig", "idris2"]
1414
license = "PMPL-1.0-or-later"
1515
author = "Jonathan D.A. Jewell (hyperpolymath)"

0 commit comments

Comments
 (0)