Skip to content

Commit efb5196

Browse files
hyperpolymathclaude
andcommitted
docs(ecosystem): add nextgen-typing, katagoria, affinescript, ephapax relationships
- nextgen-typing: coordination-parent - katagoria: research-upstream for type theory level candidates - affinescript + ephapax: aggregate-library-consumers (binary layout conventions) - Updated purpose to reflect dual role (ADR-004) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c190a7d commit efb5196

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.machine_readable/6a2/ECOSYSTEM.a2ml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
[metadata]
88
version = "0.1.0"
9-
last-updated = "2026-03-30"
9+
last-updated = "2026-04-11"
1010

1111
[project]
1212
name = "typed-wasm"
13-
purpose = "Apply TypeLL-style progressive type safety to WebAssembly linear memory with a checked L1-L10 core and audited research extensions."
13+
purpose = "Dual role (ADR-004): (1) TypeLL progressive type safety for WasmGC linear memory (current checked core: L1-L10; open-ended), (2) aggregate library providing formally verified binary layout and ABI conventions for AffineScript and Ephapax cross-language calls."
1414
role = "library"
1515

1616
[position-in-ecosystem]
@@ -22,6 +22,10 @@ projects = [
2222
{ name = "typedqliser", relationship = "inspiration" },
2323
{ name = "vql-ut", relationship = "sibling-standard" },
2424
{ name = "echidna", relationship = "dependency" },
25+
{ name = "nextgen-typing", relationship = "coordination-parent", notes = "Coordination monorepo for the full type theory pipeline. Canonical architecture doc lives there." },
26+
{ name = "katagoria", relationship = "research-upstream", notes = "Research origination space. Type theory level candidates originate there before promotion to typell and typed-wasm." },
27+
{ name = "nextgen-languages/affinescript", relationship = "aggregate-library-consumer", notes = "Compiles to typed WasmGC. Uses typed-wasm as aggregate library for binary layout conventions." },
28+
{ name = "nextgen-languages/ephapax", relationship = "aggregate-library-consumer", notes = "Compiles to typed WasmGC. Uses typed-wasm as aggregate library for binary layout conventions." },
2529
]
2630

2731
[integration-points]

0 commit comments

Comments
 (0)