diff --git a/.story_kit/work/1_upcoming/235_story_show_agent_logs_for_a_story_in_expanded_work_item.md b/.story_kit/work/1_upcoming/235_story_show_agent_logs_for_a_story_in_expanded_work_item.md new file mode 100644 index 0000000..0c6a0f0 --- /dev/null +++ b/.story_kit/work/1_upcoming/235_story_show_agent_logs_for_a_story_in_expanded_work_item.md @@ -0,0 +1,19 @@ +--- +name: "Show agent logs for a story in expanded work item" +--- + +# Story 235: Show agent logs for a story in expanded work item + +## User Story + +As a user, I want to see agent logs for a story inside its expanded view, so that I can monitor agent progress without switching context. + +## Acceptance Criteria + +- [ ] Expanded work item shows recent agent log output when an agent is assigned +- [ ] Logs update as the agent produces new output +- [ ] Shows agent status (running, completed, failed) + +## Out of Scope + +- TBD