From c10e3f5b31412db5a628ae8aafc4b0b1d84a60ba Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 27 Feb 2026 17:00:00 +0000 Subject: [PATCH] story-kit: start 235_story_show_agent_logs_for_a_story_in_expanded_work_item --- ..._logs_for_a_story_in_expanded_work_item.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.story_kit/work/2_current/235_story_show_agent_logs_for_a_story_in_expanded_work_item.md b/.story_kit/work/2_current/235_story_show_agent_logs_for_a_story_in_expanded_work_item.md index 0c6a0f0..9ec6397 100644 --- a/.story_kit/work/2_current/235_story_show_agent_logs_for_a_story_in_expanded_work_item.md +++ b/.story_kit/work/2_current/235_story_show_agent_logs_for_a_story_in_expanded_work_item.md @@ -17,3 +17,23 @@ As a user, I want to see agent logs for a story inside its expanded view, so tha ## Out of Scope - TBD + +## Test Results + + + +### Unit Tests (9 passed, 0 failed) + +- ✅ shows placeholder when no agent is assigned to the story +- ✅ shows agent name and running status when agent is running +- ✅ shows log output when agent emits output events +- ✅ appends multiple output events to the log +- ✅ updates status to completed after done event +- ✅ shows failed status after error event +- ✅ shows completed agent status without subscribing to stream +- ✅ shows failed agent status for a failed agent without subscribing to stream +- ✅ shows agent logs section (not placeholder) when agent is assigned + +### Integration Tests (0 passed, 0 failed) + +*No integration tests recorded.*