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
Copy file name to clipboardExpand all lines: .b00t/tasks.json
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,11 @@
14
14
"id": 2,
15
15
"title": "Add autorun + UX test automation with countdown timer",
16
16
"description": "ledgrrr window has white screen. Need autorun with countdown timer (10s idle). UX test automation script parametrizes the countdown. Auto-stay-active after 10s idle.",
Copy file name to clipboardExpand all lines: PRD-HANDOVER.md
+28-6Lines changed: 28 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,13 +124,13 @@ Priority legend: **P1** = current sprint / unblocked, **P2** = next sprint, **P3
124
124
|~~P2~~|~~`MutationRecord` dead code~~| Shipped 2026-05-14. Unified into canonical owned struct in `workbook.rs`; `append_mutation_record()` wired; `classify.rs` re-exports. 3 call sites converted. |
125
125
|~~P2~~|~~Seed ↔ `HasVisualization` gap detector~~| Shipped 2026-05-14. `seed_typed_nodes_cover_all_has_visualization_impls` in `holon-viz/src/type_graph.rs`; 23 typed_node IDs checked. Also fixed seed gap: MetaCtx and Disposition were missing. |
|P2|`HasVisualization` trait wiring |Wire `HasVisualization` implementations from `ledger-core/src/iso_objects.rs` into Cytoscape node metadata (ZLayer → node color, SemanticType → node shape)|
128
-
|P3|`holon-viz-wasm` crate |`wasm-bindgen` on `VizGraph` for client-side filtering (e.g., filter-by-kind). Add when filter UX is a P1 item. Do not add speculatively. |
129
-
|P3| TypeScript build step for UI |`cytoscape@3` has built-in TS types; add `esbuild`build step to `ui/` when ready|
127
+
|~~P2~~|~~`HasVisualization` trait wiring~~|Shipped 2026-05-14. `z_layer`/`semantic_type` on `TypeNode`/`CytoscapeNodeData`; 21 types annotated; `z_layer` CSS selectors in `main.js`.|
0 commit comments