Commit 3e1cca4
committed
body: address CodeRabbit review — heart-as-solid, gzip sniff, LOD retry, a11y
CodeRabbit findings on #64:
- Heart no longer classified as vessel material 0: it's a chambered organ, so the
slicer-fill was sweeping a PCA-centerline lumen rod through it. Now falls through
to solid_tissue (22 concepts artery→solid; fill 715→693 components). Wire + LOD
blocks rebaked + reuploaded.
- Decompress by the payload, not DecompressionStream support: sniff the gzip magic
(1f 8b) so a browser/CDN that already decoded Content-Encoding doesn't get
double-inflated, and a browser without DecompressionStream errors clearly instead
of feeding gzip bytes to the decoder.
- Server-LOD no longer permanently disabled after one failed poll: toggling LOD off
clears the failure flag so re-enabling retries.
- Search-result rows are now keyboard-focusable <button type="button"> elements
instead of mouse-only <div>s.
- Plan doc: marked the BF16 (ver 4) section SUPERSEDED by F16 (ver 5) to match the
shipped wire.1 parent 77223f5 commit 3e1cca4
4 files changed
Lines changed: 32 additions & 14 deletions
File tree
- claude-notes/plans
- cockpit/src
- crates
- cockpit-server/assets
- osint-bake/tools
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
111 | 119 | | |
112 | 120 | | |
113 | 121 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
118 | 125 | | |
119 | 126 | | |
120 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| 304 | + | |
304 | 305 | | |
305 | 306 | | |
306 | 307 | | |
| |||
360 | 361 | | |
361 | 362 | | |
362 | 363 | | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
367 | 376 | | |
368 | 377 | | |
369 | 378 | | |
| |||
428 | 437 | | |
429 | 438 | | |
430 | 439 | | |
431 | | - | |
| 440 | + | |
432 | 441 | | |
433 | 442 | | |
434 | | - | |
| 443 | + | |
435 | 444 | | |
436 | 445 | | |
437 | 446 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
0 commit comments