WORK-462
ID:WORK-462Status:ready

refrakt theme list command

SPEC-110 §5 — add theme list to round out theme info.

Priority:lowComplexity:simpleMilestone:v0.25.0Source:SPEC-110
claude/v0.25.0-workitems View source

Criteria completion

Criteria completion: 0 of 3 (0%) checked; tracking started on Jun 23, no incremental history yet0%25%50%75%100%Jun 23Jul 11

Tracking started Jun 23 — check back for trends.

Branches 3
claude/v0.25.0-workitems current ready
main donechangeset-release/main doneclaude/v0.25.0-impl done
History 1
  1. a6bdcba
    Created (ready)by bjornolofandersson

Acceptance Criteria

  • refrakt theme list reports installed themes (discoverable from node_modules) and marks the active one
  • Output notes the detected features per theme (transform, a framework layer if present, rune CSS) — consistent with the framework-aware view (ADR-024)
  • Works in single- and multi-site projects

Approach

Mirror themeInfoCommand in packages/cli/src/commands/theme.ts, scanning node_modules for packages exporting ./transform.

References

  • SPEC-110 §5; packages/cli/src/commands/theme.ts