@@ -6,11 +6,12 @@ two identified bottlenecks:
66For current cross-repo progress snapshots, see
77` cross-repo-bridge-status.md ` .
88
9- - ** Bottleneck B1.** The ` --without-K ` shared-binder constructor
10- block in the Buchholz ` _<ᵇ_ ` order. ` wf-<ᵇ ` is landed for the
11- currently admitted core, but full totality + full-constructor
12- well-foundedness remain gated on a K-free treatment of the shared-
13- binder cases.
9+ - ** Bottleneck B1.** The remaining gap between the closed
10+ Veblen/current-core route and the full intended Buchholz order:
11+ the historically blocked shared-binder shapes in ` _<ᵇ_ ` .
12+ ` wf-<ᵇ ` is landed for the currently admitted core, but promoting
13+ those shapes back into the real order package still needs a
14+ K-free mediated internalization.
1415- ** Bottleneck B2.** Tool-scope limitations on adjacent repos
1516 (` maa-framework/absolute-zero ` , ` januskey ` ,
1617 ` tropical-resource-typing ` ). Blocks end-to-end bridge audits.
@@ -110,13 +111,13 @@ Paths marked **[unblocked]** can proceed today. Paths marked
110111
111112## Proof-assistant-dependent work — gated
112113
113- - ** [ gated on B1] ** Full ` _<ᵇ_ ` totality on Buchholz terms.
114- Requires the shared-binder constructors, which the current Agda
115- 2.6.3 ` --without-K ` blocks via pattern-matching. Either an Agda
116- upgrade or a rank-embedding proof strategy unblocks this .
117- - ** [ gated on B1] ** Extension of totality + well-foundedness proofs to
118- the full constructor set (including shared-binder cases such as
119- ` <ᵇ-ψα ` and ` <ᵇ-+2 ` ) .
114+ - ** [ gated on B1] ** Internalize the missing shared-binder shapes as
115+ actual constructors/comparison principles of the real Buchholz
116+ order. The current route closes well-foundedness for the admitted
117+ core, but not yet for the full intended constructor package .
118+ - ** [ gated on B1] ** Re-close totality/inversion/transitivity and
119+ well-foundedness for the enlarged order after that internalization,
120+ including shared-binder cases such as ` <ᵇ-ψα ` and ` <ᵇ-+2 ` .
120121- ** [ gated on B1] ** Ordinal semantics of BT terms: denotation
121122 ` BT → Ordinal ` preserving order. Requires a formal ` Ordinal ` type
122123 as a prerequisite, which is itself downstream of WF.
@@ -174,8 +175,8 @@ Steps 5–7 extend into Agda but depend only on infrastructure we
174175already have in-suite.
175176
176177Everything ** [ gated] ** waits for its unblocker. The pack above gives
177- 3–4 weeks of disciplined parallel work without touching blocked
178- paths .
178+ 3–4 weeks of disciplined parallel work without touching the remaining
179+ full-order Buchholz gap .
179180
180181---
181182
0 commit comments