story-kit: queue 254_story_add_refactor_work_item_type for QA
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
---
|
||||
name: "Add refactor work item type"
|
||||
---
|
||||
|
||||
# Story 254: Add refactor work item type
|
||||
|
||||
## User Story
|
||||
|
||||
As a project owner, I want a refactor work item type so that I can track and assign code restructuring tasks separately from features and bugs.
|
||||
|
||||
## Acceptance Criteria
|
||||
|
||||
- [ ] create_refactor MCP tool creates a refactor file in work/1_upcoming/ with deterministic filename (e.g. 254_refactor_split_agents_rs.md)
|
||||
- [ ] Refactor files use the naming convention {id}_refactor_{slug}.md
|
||||
- [ ] Refactor items flow through the same pipeline as stories and bugs (upcoming → current → qa → merge → done → archived)
|
||||
- [ ] list_refactors MCP tool lists open refactors in upcoming
|
||||
- [ ] Frontend displays refactor items distinctly from stories and bugs (different label/color)
|
||||
- [ ] Watcher recognizes refactor files and auto-commits moves like stories and bugs
|
||||
|
||||
## Out of Scope
|
||||
|
||||
- TBD
|
||||
@@ -1,15 +0,0 @@
|
||||
---
|
||||
name: "Show agent logs in expanded story popup"
|
||||
---
|
||||
|
||||
# Story 255: Show agent logs in expanded story popup
|
||||
|
||||
## Description
|
||||
|
||||
The expanded story popup has an "Agent Logs" tab that currently shows "No output". Implement the frontend and any necessary API wiring to display agent output in this tab. This is new functionality — agent logs have never been shown here before.
|
||||
|
||||
## Acceptance Criteria
|
||||
|
||||
- [ ] Agent Logs tab shows real-time output from running agents
|
||||
- [ ] Agent Logs tab shows historical output from completed/failed agents
|
||||
- [ ] Logs are associated with the correct story
|
||||
Reference in New Issue
Block a user