aboutsummaryrefslogtreecommitdiff
path: root/scripts/theme-studio/package-inventory.json
Commit message (Collapse)AuthorAgeFilesLines
* feat(theme-studio): make wttrin themeable in the package inventoryCraig Jennings36 hours1-0/+6
| | | | wttrin loads from an unversioned local checkout (elpa/wttrin/), which the inventory regex already learned to capture (a5fd0b4d). This long-lived daemon's wttrin face attribution was scrambled by the session's theme reloading, so rather than regenerate the whole inventory from a disturbed daemon I added wttrin's four file-loaded faces from a clean batch load and regenerated the studio. wttrin is now a previewable app, and all studio gates stay green.
* refactor(theme-studio): rename theme-selector to theme-studioCraig Jennings2026-06-081-0/+723
The tool authors themes from scratch -- palette, faces across every tier, live preview, export to a loadable deftheme. It never selects among existing themes, so "selector" mis-described it. Renamed the directory, the generated HTML and its title, the design spec, and every reference in the code, README, tests, and todo. No behavior change.