From e0b51e8041f52c8889c7274cc87cad702eff64b8 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 7 Apr 2026 12:33:05 +0000 Subject: [PATCH] huskies: create 491_story_watcher_fires_on_crdt_state_transitions_instead_of_filesystem_events --- ...ransitions_instead_of_filesystem_events.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .huskies/work/1_backlog/491_story_watcher_fires_on_crdt_state_transitions_instead_of_filesystem_events.md diff --git a/.huskies/work/1_backlog/491_story_watcher_fires_on_crdt_state_transitions_instead_of_filesystem_events.md b/.huskies/work/1_backlog/491_story_watcher_fires_on_crdt_state_transitions_instead_of_filesystem_events.md new file mode 100644 index 00000000..203a8478 --- /dev/null +++ b/.huskies/work/1_backlog/491_story_watcher_fires_on_crdt_state_transitions_instead_of_filesystem_events.md @@ -0,0 +1,23 @@ +--- +name: "Watcher fires on CRDT state transitions instead of filesystem events" +--- + +# Story 491: Watcher fires on CRDT state transitions instead of filesystem events + +## User Story + +As a developer, I want the auto-assign loop, notifications, and WebSocket UI updates to subscribe to CRDT state transitions instead of filesystem directory watches. + +## Acceptance Criteria + +- [ ] Auto-assign triggers on CRDT state change (story entering a stage) instead of filesystem watcher +- [ ] Stage transition notifications fire from CRDT state changes +- [ ] WebSocket UI updates fire from CRDT state changes +- [ ] The filesystem watcher for .huskies/work/ is removed or deprecated +- [ ] Timer tick loop and dependency tick loop read from CRDT state +- [ ] agent: coder-opus +- [ ] depends_on: [490] + +## Out of Scope + +- TBD