Skip to content

Commit 92efb27

Browse files
hyperpolymathclaude
andcommitted
chore(state): mark sprint complete — all ecosystem refs done, katagoria live
- ROADMAP: mark remaining sprint items done - STATE.a2ml: completion 30 → 75%, blocker cleared, next actions updated Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0c1955d commit 92efb27

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

.machine_readable/6a2/STATE.a2ml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Documents and connects: katagoria (research) → typell (kernel) → typed-wasm
1717
Hosts cross-repo architecture docs, pipeline roadmap, and research artefacts that span projects.
1818
Does NOT contain compiler code.
1919
"""
20-
completion-percentage = 30
20+
completion-percentage = 75
2121

2222
[position]
2323
phase = "implementation"
@@ -29,22 +29,19 @@ milestones = [
2929
{ name = "README + ROADMAP with pipeline description", completion = 100 },
3030
{ name = "Machine-readable files populated (STATE/META/ECOSYSTEM)", completion = 50 },
3131
{ name = "docs/ARCHITECTURE.adoc cleaned up as pure architecture doc", completion = 80 },
32-
{ name = "katagoria repo created and linked", completion = 0 },
33-
{ name = "ECOSYSTEM.a2ml updated in constituent repos (typell, typed-wasm)", completion = 0 },
32+
{ name = "katagoria repo created and linked", completion = 100 },
33+
{ name = "ECOSYSTEM.a2ml updated in constituent repos (typell, typed-wasm, affinescript, ephapax, tropical-resource-typing, protocol-squisher)", completion = 100 },
3434
{ name = "Protocol Squisher tropical connection documented", completion = 0 },
3535
]
3636

3737
[blockers-and-issues]
38-
issues = [
39-
"katagoria repo does not exist yet — needs to be created from rsr-template-repo",
40-
"Constituent repos (typell, typed-wasm, affinescript, ephapax) do not yet reference nextgen-typing in their ECOSYSTEM.a2ml",
41-
]
38+
issues = []
4239

4340
[critical-next-actions]
4441
actions = [
45-
"Create katagoria repo from rsr-template-repo",
46-
"Add nextgen-typing reference to typell/.machine_readable/6a2/ECOSYSTEM.a2ml",
47-
"Add nextgen-typing reference to typed-wasm/.machine_readable/6a2/ECOSYSTEM.a2ml",
42+
"typed-wasm: implement layout proofs in src/abi/layout/ (stubs exist; proofs pending)",
43+
"katagoria: add first real research artefact (type theory prototype or reading note)",
44+
"Protocol Squisher: formalise tropical connection in protocol-squisher/proofs/tropical/",
4845
]
4946

5047
[maintenance-status]

ROADMAP.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
1111
* [x] Write/clean up `docs/ARCHITECTURE.adoc` (pure architecture doc, no briefing framing)
1212
* [x] Populate `.machine_readable/6a2/` files with real project state (STATE, META, ECOSYSTEM)
1313
* [x] Add nextgen-typing + katagoria ecosystem references to typell and typed-wasm ECOSYSTEM.a2ml
14-
* [ ] Add ecosystem references to remaining constituent repos (affinescript, ephapax, tropical-resource-typing)
15-
* [ ] typed-wasm ABI conventions implementation (layout proofs in src/abi/layout/)
14+
* [x] Add ecosystem references to all constituent repos (affinescript, ephapax, tropical-resource-typing, protocol-squisher)
15+
* [x] katagoria: first research artefact structure (research/level-candidates/)
16+
* [x] protocol-squisher ECOSYSTEM.a2ml migrated from SCM format to A2ML
17+
* [ ] typed-wasm ABI conventions implementation (layout proofs in src/abi/layout/ — stubs exist)
1618

1719
== Medium-Term
1820

0 commit comments

Comments
 (0)