Skip to content

Commit 5ffcb8e

Browse files
hyperpolymathclaude
andcommitted
fix(state): replace template-stub metadata with vcl-ut identity (#9)
STATE.a2ml [metadata] + [project-context] still carried the rsr-template-repo template-stub values from the original clone bootstrap. Audit-flagged in the CRG advancement commit (cb65e03) but not fixed there. One-line-style fix: project : rsr-template-repo → vcl-ut name : rsr-template-repo → VCL-ut purpose : (template scaffolding paragraph) → real VCL-ut role version : 0.2.0 → 0.1.0 (matches Cargo.toml) last-updated : 2026-02-28 → 2026-04-25 completion-pct : 95 → 75 (more honest given Package 4 still has open follow-ups in the CRG block below) Header comment re-pointed at vcl-ut (was the META-TEMPLATE explainer left over from the template). The CRG block (external-targets / issues-fed-back / field-signal) landed in cb65e03 and stays — that block was already vcl-ut-specific and continues to apply. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e89ca9e commit 5ffcb8e

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

.machine_readable/6a2/STATE.a2ml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
22
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
33
#
4-
# STATE.a2ml — Project state checkpoint (META-TEMPLATE)
5-
#
6-
# This is the STATE file for rsr-template-repo itself.
7-
# When consumed by a new project, replace tokens
8-
# and customize sections below for the target project.
4+
# STATE.a2ml — Project state checkpoint for vcl-ut (VCL Ultimate Type-Safety).
95

106
[metadata]
11-
project = "rsr-template-repo"
12-
version = "0.2.0"
13-
last-updated = "2026-02-28"
7+
project = "vcl-ut"
8+
version = "0.1.0"
9+
last-updated = "2026-04-25"
1410
status = "active" # active | paused | archived
1511

1612
[project-context]
17-
name = "rsr-template-repo"
18-
purpose = "Canonical RSR-compliant repository template providing scaffolding for all hyperpolymath projects — including CI/CD, AI manifests, ABI/FFI standards, container ecosystem, and governance infrastructure."
19-
completion-percentage = 95
13+
name = "VCL-ut"
14+
purpose = "VCL Ultimate Type-Safety — 10-level type-safe query language for VeriSimDB. Provides queries plus formatter/linter/LSP/DAP tooling."
15+
completion-percentage = 75
2016

2117
[position]
2218
phase = "maintenance" # design | implementation | testing | maintenance | archived

0 commit comments

Comments
 (0)