ID:WORK-462Status:done
refrakt theme list command
SPEC-110 §5 — add theme list to round out theme info.
Priority:lowComplexity:simpleMilestone:v0.25.0Source:SPEC-110
SPEC-110 §5 — add theme list to round out theme info.
Tracking started Jun 24 — check back for trends.
2264093refrakt theme list reports installed themes (discoverable from node_modules) and marks the active onetransform, a framework layer if present, rune CSS) — consistent with the framework-aware view (ADR-024)Mirror themeInfoCommand in packages/cli/src/commands/theme.ts, scanning node_modules for packages exporting ./transform.
packages/cli/src/commands/theme.tsCompleted: 2026-06-23
Branch: claude/v0.25.0-impl
themeListCommand in theme.ts + theme list wiring in bin.ts. Scans node_modules (descending one scope level) for packages exporting ./transform, marks the active theme(s) across all sites, and annotates each with its framework layer ([svelte] / [framework-agnostic]) per ADR-024.