You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(knowledge): address Codex + CodeRabbit on #482
Codex P2 (verified correct): contract::quorum is NOT an exported module
- lib.rs declares no 'pub mod quorum'; src/quorum.rs is an unexported
scaffold. Doc now states step 1 of the quorum work IS the export, and
warns against importing lance_graph_contract::quorum until then.
HILBERT-L4 probe row updated to VERIFIED GREEN (run first-hand on the
ndarray branch: 13/13 incl. level4_all_indices_unique = bijective onto
[0,4096) and level4_curve_is_connected; PP-13 P0-4's 'expected 4095'
was an orientation assumption, not the contract).
CodeRabbit nits: MD040 language tag on the GUID fence (text);
explicit FINDING label on the section-1 canon block; FINDING/CONJECTURE
labels on the two unlabeled ownership-table rows; P0 pre-read
acknowledgment for encoding-ecosystem.md added to the header.
https://claude.ai/code/session_01PBTGaPCSnnt6u3pjXpbLwY
> (codec/distance/representation context for the CAM-PQ and LUT claims
13
+
> below).
11
14
12
15
## 1. The canon (cited)
13
16
14
-
```
17
+
**FINDING** (operator-pinned canon, `OGAR/CLAUDE.md` 2026-06-10 — the
18
+
layout below is recorded design authority, not a derivation):
19
+
20
+
```text
15
21
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx 32 hex = 128 bit = the GUID
16
22
classid HEEL HIP TWIG basin·leaf(6)+identity(6)
17
23
```
@@ -32,11 +38,11 @@ classid HEEL HIP TWIG basin·leaf(6)+identity(6)
32
38
33
39
| Concern | Where it lands | Status |
34
40
|---|---|---|
35
-
|`(entity_type ↔ NiblePath)` bijection mint | ontology registry — Phase B |[H], planned (identity plan) |
41
+
|`(entity_type ↔ NiblePath)` bijection mint | ontology registry — Phase B |CONJECTURE until Phase B lands ([H], identity plan) |
36
42
| Per-class centroid codebooks (4⁴-hierarchical, prefix-scoped) | registry shelf, next to `ClassView`/`StructuralSignature` — minted with the class, trained once (amortized) | CONJECTURE → PROBE-CODEBOOK-44 (ndarray doc §6) |
37
43
|`PrefixShapeTable` registration (classid/prefix → `ShapeId`) | lance-graph builds the table from the registry; ndarray routes by it, never knowing semantics | CONJECTURE → PROBE-ROUTE-1 |
38
-
| Quorum certificate type |`contract::quorum` — the #411 scaffold (`todo!()`) is the named landing spot; `HighHeelBGZ`'s basin-merge L1-threshold consensus is the existing mechanism to generalize | CONJECTURE → PROBE-QUORUM-1 |
39
-
| Escalation on quorum fail | HHTL tier escalation (`bgz-tensor::hhtl_cache::RouteAction::Escalate` is the shipped precedent) |[G] mechanism / [H] wiring |
44
+
| Quorum certificate type |the **currently-UNEXPORTED `src/quorum.rs` scaffold** (#411, `todo!()`) — `lance-graph-contract/src/lib.rs` declares **no `pub mod quorum`** (Codex-verified on #482), so **step 1 of the implementation is the export itself**; do NOT import `lance_graph_contract::quorum` until then. `HighHeelBGZ`'s basin-merge L1-threshold consensus is the existing mechanism to generalize | CONJECTURE → export + PROBE-QUORUM-1 |
45
+
| Escalation on quorum fail | HHTL tier escalation (`bgz-tensor::hhtl_cache::RouteAction::Escalate` is the shipped precedent) |FINDING: [G] mechanism / CONJECTURE:[H] wiring |
0 commit comments