audit 23: ratify compile_check baseline + DESIGN.md stub-fix

Milestone-23 close audit. Architect clean on substance; one
pre-existing DESIGN.md grammar stub (line 1692, dangling 'The
original' from 2026-05-10 design-md-consolidation) caught and
fixed.

Bencher localised the compile_check.py regression to H2 (the 5 new
polymorphic prelude Def::Fns iter 23.5 added — each carries forall
+ class constraint + match/not body, all typechecked on every
workspace check). H1 (linearity workspace-visibility extension +
contains_rigid_var) is negligible at today's 2-module workspace.

The regression is the feature's measured cost. Ratified per audit
skill (--update-baseline + journal entry). 0/24 metrics regressed
post-update.

Milestone 23 (Eq/Ord prelude) is closed.
This commit is contained in:
2026-05-12 00:57:12 +02:00
parent 3fed372d77
commit 94616240ec
4 changed files with 161 additions and 26 deletions
+1 -1
View File
@@ -1689,7 +1689,7 @@ axis-5 (kind `*` only) covers the space.
### Prelude (built-in) classes
Milestone 22 ships **no built-in Prelude classes**. The original
Milestone 22 ships **no built-in Prelude classes**.
An earlier draft committed to a fixed Prelude (Show / Eq / Ord on the
primitives), but the implementation work to wire `int_to_str` as a
heap-allocated-string runtime primitive proved substantively