Skip to content

Commit e34697a

Browse files
hyperpolymathclaude
andcommitted
chore: migrate STATE.scm → STATE.a2ml v2 thin journal (Estate Item 10)
Replaces the v1 s-expr STATE.scm machine-state file with the canonical v2 "thin session journal" a2ml format per standards/a2ml-templates/STATE.a2ml.v2.spec.adoc. v2 deliberately keeps only what cannot be reconstructed from git/VeriSimDB: phase, next_action, last_action, updated, and active blockers. Derivable content (session history, milestones, file inventory, completion %) is intentionally dropped — it lives in git log / ROADMAP / VeriSimDB. Generated by state_scm_to_v2.py (robust s-expr → v2 converter). Note: a residual boilerplate reference to "STATE.scm" remains in .claude/CLAUDE.md (agent-instruction prose, non-executing) — left for a follow-up doc pass; nothing in build/CI references the file. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 2062d72 commit e34697a

2 files changed

Lines changed: 37 additions & 141 deletions

File tree

.machine_readable/STATE.a2ml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# Migrated from STATE.scm by state_scm_to_v2.py on 2026-05-17
3+
4+
@state(version="2.0"):
5+
phase: "v0.1-complete"
6+
next_action: "Complete shell_validator.adb implementation"
7+
last_action: "Populated comprehensive STATE.scm with project status"
8+
updated: 2026-01-04
9+
10+
@blockers:
11+
- id: shell-validator-implementation-needs-com
12+
description: "Shell validator implementation needs completion"
13+
waiting_on: "high-priority — internal"
14+
since: 2026-01-04
15+
- id: justfile-recipes-are-stubs-need-actual-b
16+
description: "Justfile recipes are stubs - need actual build/test/clean commands"
17+
waiting_on: "medium-priority — internal"
18+
since: 2026-01-04
19+
- id: no-unit-test-suite-yet-aunit-integration
20+
description: "No unit test suite yet - AUnit integration pending"
21+
waiting_on: "medium-priority — internal"
22+
since: 2026-01-04
23+
- id: man-page-and-shell-completion-scripts-no
24+
description: "Man page and shell completion scripts not created"
25+
waiting_on: "medium-priority — internal"
26+
since: 2026-01-04
27+
- id: powershell-config-path-handling-needs-pl
28+
description: "PowerShell config path handling needs platform detection"
29+
waiting_on: "low-priority — internal"
30+
since: 2026-01-04
31+
- id: cross-compilation-for-macos-and-windows-
32+
description: "Cross-compilation for macOS and Windows not configured"
33+
waiting_on: "low-priority — internal"
34+
since: 2026-01-04
35+
@end
36+
37+
@end

.machine_readable/STATE.scm

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

0 commit comments

Comments
 (0)