Skip to content

Commit 9966884

Browse files
docs: resolve the SystemET/Anytype design-notes TODO (README.adoc) (#698)
Resolves the long-standing `// TODO: link the SystemET / Anytype design notes once they have stable locations.` at README.adoc:115. Both locations are now stable — and as of hyperpolymath/anytype#12 the kernel is real code, not prose: AffineScript's `{0,1,ω}` quantity semiring (`lib/quantity.ml`) is one instantiation of anytype's L2 grade-algebra interface (its affine instance mirrors `q_add`/`q_mul`/`q_le` cell-for-cell, verified by anytype's golden matrix). Docs-only change. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent e27df45 commit 9966884

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,14 @@ AffineScript is one setting of a more general machine.
112112
the thing this design is built to avoid.)
113113
* *Faces to core.* Many surfaces, one core AST, one proof.
114114

115-
// TODO: link the SystemET / Anytype design notes once they have stable locations.
115+
The design notes now have stable homes:
116+
link:https://github.com/hyperpolymath/systemet[systemet] (the theory: layer
117+
meanings, gates, proof obligations) and
118+
link:https://github.com/hyperpolymath/anytype[anytype] (the kernel: a
119+
parameterised graded checker). AffineScript's `{0,1,ω}` quantity semiring
120+
(`lib/quantity.ml`) is one instantiation of anytype's L2 grade-algebra
121+
interface — the same checking rules under a different algebra give a
122+
different discipline.
116123

117124
== Where this fits
118125

0 commit comments

Comments
 (0)