Skip to content

Commit 4a77160

Browse files
committed
docs: reconcile identity as coordinator + verification host (OQ-001 resolved)
OQ-001 resolution (option A): keep the true "no compiler/application code" claim and add the cross-project formal-verification-host role. - README.adoc / EXPLAINME.adoc "What This Is": affirm no compiler or application code; add that it documents and coordinates the pipeline and hosts the cross-project formal-verification proofs in verification/proofs/. - .machine_readable/6a2/STATE.a2ml: * OQ-001 marked status="resolved" (resolved=2026-06-15) with a resolution field recording option A. * Identity comment block updated: scaffold dropped, "no compiler code" affirmed, proofs in verification/proofs/ not yet built in CI. * phase: "scaffold" -> "coordination + verification-host". * last-updated -> 2026-06-15. https://claude.ai/code/session_01GJatEm2TVFSTBEkKXmserJ
1 parent b186bd8 commit 4a77160

3 files changed

Lines changed: 15 additions & 10 deletions

File tree

.machine_readable/6a2/STATE.a2ml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[metadata]
77
project = "nextgen-typing"
88
version = "0.1.0"
9-
last-updated = "2026-06-12"
9+
last-updated = "2026-06-15"
1010
status = "active"
1111

1212
[project-context]
@@ -18,15 +18,16 @@ Hosts cross-repo architecture docs, pipeline roadmap, and research artefacts tha
1818
Does NOT contain compiler code.
1919
"""
2020
# Reconciled 2026-06-05 (PR #31): the earlier completion=100 was inconsistent with
21-
# reality. PROOF-STATUS.md records 0 of 7 mandated proofs done (0% proven), and the
22-
# repo still carries an un-rescoped RSR code scaffold (src/interface/,
23-
# verification/proofs/). Maturity reflects scaffold/early state, not a finished
24-
# coordination layer. Recalibration retained at the 2026-06-12 checkpoint: work
25-
# landed since #31 is CI/governance/docs only — it does not move the scaffold needle.
21+
# reality. PROOF-STATUS.md records 0 of 7 mandated proofs done (0% proven).
22+
# OQ-001 RESOLVED 2026-06-15 (option A): the repo is a docs-only coordination
23+
# monorepo + cross-project verification host. The redundant src/ RSR ABI/FFI
24+
# scaffold was removed (it was a strict subset of the canonical proofs in
25+
# verification/proofs/); "no compiler code" is affirmed. Completion still reflects
26+
# early state: the verification proofs in verification/proofs/ are not yet built in CI.
2627
completion-percentage = 10
2728

2829
[position]
29-
phase = "scaffold"
30+
phase = "coordination + verification-host"
3031
maturity = "scaffold"
3132

3233
[route-to-mvp]
@@ -55,7 +56,7 @@ summary = [
5556

5657
[blockers-and-issues]
5758
issues = [
58-
{ id = "OQ-001", kind = "open-question", status = "open", raised = "2026-06-05", title = "Identity contradiction — coordination monorepo vs RSR proof scaffold", detail = "Narrative/STATE describe a docs-only coordination monorepo (\"does NOT contain compiler code\"), but src/interface/ + verification/proofs/ carry an un-rescoped RSR code scaffold; reconcile (docs-only ⇒ Tier T5/Exempt, drop scaffold) vs (real proof repo ⇒ re-scope). NOT decided here." },
59+
{ id = "OQ-001", kind = "open-question", status = "resolved", raised = "2026-06-05", resolved = "2026-06-15", title = "Identity contradiction — coordination monorepo vs RSR proof scaffold", detail = "Narrative/STATE describe a docs-only coordination monorepo (\"does NOT contain compiler code\"), but src/interface/ + verification/proofs/ carry an un-rescoped RSR code scaffold; reconcile (docs-only ⇒ Tier T5/Exempt, drop scaffold) vs (real proof repo ⇒ re-scope). NOT decided here.", resolution = "Resolved 2026-06-15 (A): docs-only coordinator + cross-project verification host; the redundant src/ RSR ABI/FFI scaffold was removed (canonical proofs live in verification/proofs/); 'no compiler code' affirmed." },
5960
{ id = "OQ-002", kind = "template-residue", status = "open", raised = "2026-06-12", title = "Unreplaced template placeholders across community-health files", detail = "Template tokens (OWNER, REPO, AUTHOR, SECURITY_EMAIL, CONDUCT_*) remain unfilled in .github/ community files, self-validating/ k9 templates, and QUICKSTART-MAINTAINER.adoc; .machine_readable/ai/PLACEHOLDERS.adoc is the index. Needs a maintainer fill-in pass (just init or manual)." },
6061
]
6162

EXPLAINME.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
88
== What This Is
99

1010
`nextgen-typing` is the **coordination monorepo** for the hyperpolymath type
11-
theory pipeline. It does not contain compiler code. It documents, connects,
11+
theory pipeline. It does not contain compiler or application code; it
12+
documents and coordinates the pipeline, and hosts the cross-project
13+
formal-verification proofs in `verification/proofs/`. It documents, connects,
1214
and tracks the pipeline:
1315

1416
----

README.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
1616

1717
`nextgen-typing` is the coordination monorepo for the hyperpolymath type
1818
theory research and production pipeline. It does not contain compiler
19-
code. It documents relationships between type-theoretic repos, tracks
19+
or application code; it documents and coordinates the pipeline, and hosts
20+
the cross-project formal-verification proofs in `verification/proofs/`.
21+
It documents relationships between type-theoretic repos, tracks
2022
the pipeline roadmap, and hosts research artefacts that span multiple projects.
2123

2224
== The Main Chain

0 commit comments

Comments
 (0)