WORK-074
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.0Source:SPEC-027
changeset-release/main View source

Criteria completion

No incremental history — criteria tracking started on Apr 19.

Branches 3
History 4
  1. f262d7b
    Content editedby Claude
    Backfill source attributes on all 123 work items
  2. da12420
    Content editedby Claude
    Update 8 work items to done status
  3. 2637549
    Content editedby Björn Andersson
    chore(plan): create v1.0.0 milestone, complete v0.9.0, fix acceptance cr
  4. 3e9d54e
    Created (done)by Claude
    Add work items WORK-071 through WORK-075 for SPEC-027

Acceptance Criteria

  • 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 output
  • plan serve entity pages render the Resolution section with visual distinction (muted background, timestamp badge)
  • Branch and PR values render as links in plan serve when 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)