From 41ec76c6b5d90ed4e60fd4e18e151925b5fe5c9a Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 1 Jul 2026 11:45:05 +0000 Subject: [PATCH] =?UTF-8?q?docs(state):=20reconcile=20STATE.a2ml=20with=20?= =?UTF-8?q?reality=20=E2=80=94=20registry=20is=20operational,=20not=200%?= =?UTF-8?q?=20(G26)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit STATE.a2ml claimed `completion-percentage = 0` and `phase = "In development"`, which is false: the registry has 37 packages registered (Registry.toml) and a green validation gate (ci/validate.jl + registry-validate.yml). Updated to `completion-percentage = 85` / `phase = "operational"` with an inline note of the residuals (AutoMerge automation = G23; identity canonicalization = G22), and refreshed last-updated. The `project`/`name` fields are left as the pre-rename identity ("HyperpolymathRegistry") on purpose: the functional registry name is "JuliaProfessionalRegistry" and the repo slug is "julia-professional-registry", and reconciling the three is a CLADE-level identity rename that must be coordinated with gv-clade-index (G22) — not swept in one file in isolation. An inline NOTE records that. Verified: STATE.a2ml still TOML-parses (Julia stdlib) and retains its identity field; the 37-package count is from Registry.toml. --- .machine_readable/6a2/STATE.a2ml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.machine_readable/6a2/STATE.a2ml b/.machine_readable/6a2/STATE.a2ml index 4c6d5db..f7678d1 100644 --- a/.machine_readable/6a2/STATE.a2ml +++ b/.machine_readable/6a2/STATE.a2ml @@ -5,10 +5,20 @@ [metadata] project = "HyperpolymathRegistry" version = "0.1.0" -last-updated = "2026-03-15" +last-updated = "2026-07-01" status = "active" +# NOTE: the `project`/`name` fields still carry the pre-rename identity +# ("HyperpolymathRegistry"). The functional registry name is +# "JuliaProfessionalRegistry" (Registry.toml) and the repo slug is +# "julia-professional-registry"; reconciling the three names is a CLADE-level +# identity rename that must be coordinated with gv-clade-index (tracked as G22), +# so the name is left consistent-but-stale here rather than swept in isolation. + [project-context] name = "HyperpolymathRegistry" -completion-percentage = 0 -phase = "In development" +# Operational: 37 packages registered, ci/validate.jl + registry-validate.yml +# gate green. Residuals: AutoMerge automation (G23) and identity +# canonicalization (G22). The previous 0% / "In development" was stale. +completion-percentage = 85 +phase = "operational"