@@ -17,7 +17,7 @@ Documents and connects: katagoria (research) → typell (kernel) → typed-wasm
1717Hosts cross-repo architecture docs, pipeline roadmap, and research artefacts that span projects.
1818Does NOT contain compiler code.
1919"""
20- completion-percentage = 30
20+ completion-percentage = 75
2121
2222[position]
2323phase = "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]
4441actions = [
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]
0 commit comments