ID:WORK-074Status:readyPriority:mediumComplexity:moderateMilestone:v0.9.0
Display resolution metadata in plan status and plan serve
Show resolution data (completion date, PR link) in the plan status output and the plan serve dashboard.
Acceptance Criteria
plan statusshows completion date and PR reference for recently done items (as shown in SPEC-027)plan status --format jsonincludes resolution data in its outputplan serveentity pages render the Resolution section with visual distinction (muted background, timestamp badge)- Branch and PR values render as links in
plan servewhen patterns are recognised - Unit tests for the status output formatting
Approach
In runes/plan/src/commands/status.ts, when listing done items, pull resolution.date and resolution.pr from the entity and format them inline. For plan serve, update the render pipeline to style ## Resolution sections distinctly — this likely means adding CSS and template logic in the serve command's rendering.
References
- SPEC-027
- WORK-071 — scanner resolution parsing (dependency)