huskies: merge 875

This commit is contained in:
dave
2026-04-29 18:40:13 +00:00
parent a956a98197
commit c0801c3894
5 changed files with 339 additions and 144 deletions
+2
View File
@@ -47,5 +47,7 @@ pub mod story;
pub mod timer;
/// Wizard — multi-step project setup domain logic.
pub mod wizard;
/// Work-item — cross-cutting domain logic for all pipeline work-item types.
pub mod work_item;
/// WebSocket — real-time pipeline updates and permission prompts.
pub mod ws;