M19-3: Expanded pipeline graph (per-issue drill-down) #176
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks#176
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As an operator, I want clicking an issue row in the pipeline list to expand into a full GitLab-style pipeline graph for that issue, with per-stage cards showing agent, duration, cost, turns, and deep-links.
Acceptance criteria
Layout
round > 0, labelled with the round counter/app/monitor/task/<task_id>for primary task, OR the PR/CI/review URL for derived stagesInteraction
/app/monitor/issue/<repo>/<n>(same pattern #M19-2 picked)Enteropens the card's default linkpipeline_stagere-paints the affected card without collapsing the rowTests
pipeline-graph.test.tsx— fixture issue with 6 stages; assert each card's rendered fields match the fixture's valuesOut of scope
Dependencies
References
specs/m19-pipeline-monitor.md§Story M19-3Mockup reference: this story blocks on the Penpot frames produced by #181 (M19-0) — specifically the Expanded issue graph frame (linear + design-track variants, review self-loop). Do not start CSS/layout work until the designer hands off and the
design-reviewerverdict is APPROVED.