ID:WORK-074Status:done
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.
Priority:mediumComplexity:moderateMilestone:v1.0.0
Show resolution data (completion date, PR link) in the plan status output and the plan serve dashboard.
No incremental history — criteria tracking started on Apr 17.
plan status shows completion date and PR reference for recently done items (as shown in SPEC-027)plan status --format json includes resolution data in its outputplan serve entity pages render the Resolution section with visual distinction (muted background, timestamp badge)plan serve when patterns are recognisedIn 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.