Commit 68fcfbc
committed
docs: backfill W1.5 board entries and correct the stale W1.5 contract section
Two hygiene gaps, both found while closing out the #293/#294/#295 arc.
1. Board backfill. `.claude/blackboard.md` and `.claude/board/AGENT_LOG.md`
contained ZERO mentions of the W1.5 signature primitives — all three PRs
landed with no board entry, in violation of CLAUDE.md's Agent Protocol
("write decisions to the blackboard, not just to chat"). A session reading
the blackboard would not have known signature_pde or randomized_signature
existed. Entries added for #293, #294 and #295, carrying the decisions,
the measured numbers, and the loose ends.
2. Contract-section correction. The W1.5 section of
`.claude/knowledge/vertical-simd-consumer-contract.md` still described all
three primitives as future work "gated on jc Pillar 11 activation". That
gate opened 2026-05-07 (lance-graph jc/src/lib.rs:26), and #6 and #7 have
shipped. The section is regraded in place with the workspace's existing
⊘-blockquote convention: original sketches kept verbatim, each followed by
a correction block, rather than silently rewritten.
The correction worth carrying forward: this doc's API sketches have now been
wrong the same way TWICE. Both #6 and #7 were sketched as f32/F32x16 while
the real consumer (lance-graph crates/sigker) is f64/Vec<f64>, so both
shipped on F64x8. #294 additionally found the sketch wrong about buffer
ownership (projections are materialized once per encoder and reused, not
re-derived per step) and about shape (k is runtime, so the hot path is a
k×k GEMV, not a single-register update). W1.5-#8's `I16x16` sketch is
therefore marked UNVERIFIED — 2-for-2 miss rate — and must be read off
crates/sigker/src/log_signature.rs before any implementation starts.
Also recorded: W1.5-#8 is unblocked, not deferred; and #295 merged ~5s after
leaving draft, so its 100% docstring figure is a manual /// scan rather than
bot-confirmed.
Markdown only — no source, tests, or build files touched.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016WkNBjHc2e3zuyz9i8qJEv1 parent 183c324 commit 68fcfbc
3 files changed
Lines changed: 155 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
6 | 69 | | |
7 | 70 | | |
8 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
8 | 38 | | |
9 | 39 | | |
10 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
230 | | - | |
231 | | - | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
232 | 248 | | |
233 | 249 | | |
234 | 250 | | |
| |||
249 | 265 | | |
250 | 266 | | |
251 | 267 | | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
252 | 279 | | |
253 | 280 | | |
254 | 281 | | |
255 | 282 | | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
256 | 302 | | |
257 | 303 | | |
258 | 304 | | |
259 | 305 | | |
260 | | - | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
261 | 319 | | |
262 | 320 | | |
263 | 321 | | |
| |||
0 commit comments