story-kit: create 59_story_current_work_panel

This commit is contained in:
Dave
2026-02-23 11:40:56 +00:00
parent 06e46feb04
commit 4e83b30f8b

View File

@@ -12,7 +12,7 @@ As a user, I want a "Current" panel in the frontend that shows all work items (s
## Acceptance Criteria
- [ ] "Current" panel in the right-side panel area
- [ ] Panel lists all files in `.story_kit/work/2_current/` with their type (story/bug/spike) and name
- [ ] Panel lists all items in `.story_kit/work/2_current/` with their type (story/bug/spike) and name
- [ ] Each item shows which agent/coder is working on it (from agent pool state)
- [ ] Items without an assigned agent show as "unassigned"
- [ ] Panel auto-refreshes when an `agents` or `stories` notification is received (if live notifications exist)