story-kit: start 235_story_show_agent_logs_for_a_story_in_expanded_work_item

This commit is contained in:
Dave
2026-02-27 17:00:00 +00:00
parent c9a8973053
commit c10e3f5b31

View File

@@ -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 ## Out of Scope
- TBD - TBD
## Test Results
<!-- story-kit-test-results: {"unit":[{"name":"shows placeholder when no agent is assigned to the story","status":"pass","details":null},{"name":"shows agent name and running status when agent is running","status":"pass","details":null},{"name":"shows log output when agent emits output events","status":"pass","details":null},{"name":"appends multiple output events to the log","status":"pass","details":null},{"name":"updates status to completed after done event","status":"pass","details":null},{"name":"shows failed status after error event","status":"pass","details":null},{"name":"shows completed agent status without subscribing to stream","status":"pass","details":null},{"name":"shows failed agent status for a failed agent without subscribing to stream","status":"pass","details":null},{"name":"shows agent logs section (not placeholder) when agent is assigned","status":"pass","details":null}],"integration":[]} -->
### 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.*