huskies: merge 945

This commit is contained in:
dave
2026-05-13 06:05:01 +00:00
parent 3a8894ea8f
commit 9ce5a8df0c
53 changed files with 497 additions and 654 deletions
@@ -0,0 +1,4 @@
-- Story 945: drop the `blocked` boolean column from the shadow pipeline_items
-- table. `Stage::Blocked { reason }` is now the single source of truth for
-- "blocked" — the legacy flag has been deleted from the CRDT and Rust types.
ALTER TABLE pipeline_items DROP COLUMN blocked;