Commit 63cb2b8
feat: Phase 5 - Add npm scripts and remove workflow file
Implements Phase 5 of implementation plan:
**NPM Scripts Added:**
- `npm run test:schema` - Run mustache schema validation
- `npm run validate:mustache` - Alias for schema validation
**Workflow Cleanup:**
- Deleted `.github/workflows/agent-generate-theme.yml`
- Generation is local-only, no CI workflow needed
**Testing:**
✓ npm run test:schema passes all 3 validation levels
✓ Schema structure valid
✓ Known variables documented
✓ Registry synced with codebase (89 variables)
Related to implementation plan in docs/plans/2025-12-15-implementation-plan.md
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>1 parent 9e25630 commit 63cb2b8
2 files changed
+6
-33
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | | - | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
| 130 | + | |
128 | 131 | | |
129 | 132 | | |
130 | 133 | | |
| |||
179 | 182 | | |
180 | 183 | | |
181 | 184 | | |
182 | | - | |
| 185 | + | |
0 commit comments