You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(state): refresh 6a2 state to current reality; fix non-portable master-list path + readiness date
Reconcile the 6a2 machine-readable state with the repo's actual maturity
and recent history, and remove a non-portable local path.
- .machine_readable/6a2/{STATE,META,ECOSYSTEM}.a2ml: set last-updated
2026-06-05; unify author email to j.d.a.jewell@open.ac.uk (matches
LICENSE/README).
- STATE.a2ml: reconcile completion=100 against PROOF-STATUS.md (0 of 7
proofs done = 0% proven) and the scaffold reality — completion 100->10,
phase/maturity -> scaffold; refresh maintenance-status; add recent-activity
(2026-05-22 MPL-2.0 licence migration, 2026-05-26 tech-debt audit,
2026-05-26..05-30 CI reusable-wrapper rework); add OPEN-only OQ-001
identity-contradiction question (docs-only monorepo vs un-rescoped RSR
proof scaffold) without deciding it.
- META.a2ml: add ADR-005 recording the PMPL-1.0-or-later -> MPL-2.0 migration.
- PROOF-NEEDS.md: replace both ~/Desktop/PROOF-REQUIREMENTS-MASTER.md
references with the canonical master list in the hyperpolymath/standards repo.
- READINESS.md: set the {{DATE}} assessment placeholder to 2026-06-05.
Factual updates only. SPDX MPL-2.0 headers preserved. No contractiles,
no identity decision, no scaffold/proof-tree changes.
https://claude.ai/code/session_01BwV2DWsjkBiNP3oscimMLV
type = "monorepo" # library | binary | monorepo | service | website
@@ -24,6 +24,8 @@ adrs = [
24
24
rationale = "typed-wasm is both the TypeLL WASM safety application AND the aggregate library for AffineScript+Ephapax cross-language binary conventions. Both roles are first-class. See typed-wasm/.machine_readable/6a2/META.a2ml#ADR-004." },
25
25
{ id = "ADR-004", title = "katagoria is the research upstream of typell", status = "accepted", date = "2026-04-11",
26
26
rationale = "Type theory ideas need an origination space before promotion to production repos. katagoria is that space: Idris2/Lean proofs-of-concept, reading notes, prototype formalizations. The repository was created on 2026-04-11 and is now active in the pipeline." },
27
+
{ id = "ADR-005", title = "Licence migrated from PMPL-1.0-or-later to MPL-2.0", status = "accepted", date = "2026-05-22",
28
+
rationale = "Repo-wide licence migration to the Palimpsest License (MPL-2.0) (commit 7a84a1d). All SPDX headers now read MPL-2.0; LICENSE body is the Palimpsest variant." },
0 commit comments