Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude/board/SUPERSESSION-INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
## What this table says

**`BindSpace` is the shape of the problem.** Marked RETIRE, and simultaneously the
most-referenced symbol here: **69 crate files, 48 plans, 42 of them blind.**
most-referenced symbol here: **68 crate files, 48 plans, 42 of them blind.**
That is a programme, not a cleanup.

**`GateState` is the sharpest case: 1 plan names it and *every one* is blind.**
Expand Down Expand Up @@ -60,7 +60,7 @@ coverage instead.
| `GateState` | REPURPOSE | — | 14 | 1 | 1 |
| `MergeMode` | REPURPOSE | — | 8 | 14 | 13 |
| `ResonanceDto` | REPURPOSE | `PerturbationDto` | 2 | 12 | 7 |
| `BindSpace` | RETIRE | — | 69 | 48 | 42 |
| `BindSpace` | RETIRE | — | 68 | 48 | 42 |
| `CollapseGateEmission` | RETIRE | — | 5 | 14 | 12 |
| `ThinkingStyle` | RETIRE-toward-contract | — | 52 | 28 | 24 |

Expand Down
39 changes: 0 additions & 39 deletions .claude/board/entries/2026-09-25-dispatch-materialization-trace.md

This file was deleted.

3 changes: 1 addition & 2 deletions .claude/board/entries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ index row, (3) no duplicate entry id. Checks 1 and 2 are deliberately
opposite directions; the stranding this convention prevents shows up in
exactly one of them, never both.

175 entries, 2026-08-06 .. 2026-09-25.
174 entries, 2026-08-06 .. 2026-09-25.

| date | entry id | finding | file |
|---|---|---|---|
Expand All @@ -39,7 +39,6 @@ exactly one of them, never both.
| 2026-09-25 | `lance12-lancedb039-sweep` | | [2026-09-25-lance12-lancedb039-sweep.md](2026-09-25-lance12-lancedb039-sweep.md) |
| 2026-09-25 | `keep-fold` | | [2026-09-25-keep-fold.md](2026-09-25-keep-fold.md) |
| 2026-09-25 | `hhtl-ordered-access` | | [2026-09-25-hhtl-ordered-access.md](2026-09-25-hhtl-ordered-access.md) |
| 2026-09-25 | `dispatch-materialization-trace` | | [2026-09-25-dispatch-materialization-trace.md](2026-09-25-dispatch-materialization-trace.md) |
| 2026-09-25 | `argon2-in-register-compress-per-tier` | | [2026-09-25-argon2-in-register-compress-per-tier.md](2026-09-25-argon2-in-register-compress-per-tier.md) |
| 2026-09-25 | `aperture-prefix-lowers-to-range` | | [2026-09-25-aperture-prefix-lowers-to-range.md](2026-09-25-aperture-prefix-lowers-to-range.md) |
| 2026-09-25 | `aperture-masks-and-kernel-gap` | | [2026-09-25-aperture-masks-and-kernel-gap.md](2026-09-25-aperture-masks-and-kernel-gap.md) |
Expand Down
3 changes: 0 additions & 3 deletions crates/cognitive-shader-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ lance-graph-ontology = { path = "../lance-graph-ontology", default-features = fa
p64-bridge = { path = "../p64-bridge" }
bgz17 = { path = "../bgz17" }
causal-edge = { path = "../causal-edge" }
# SPOFC truth (`TruthU8`, the evidence-confidence convention). Zero-dependency
# with default features.
lance-graph-arm-discovery = { path = "../lance-graph-arm-discovery" }
ndarray = { path = "../../../ndarray", default-features = false, features = ["std", "hpc-extras"] }

# Optional: real thinking-engine wiring behind a feature gate, matching
Expand Down
Loading
Loading