Commit 9dd4f15
chore(site): regenerate playground bundle + schema for v0.3 grammar (#69)
## Summary
The Pages deploy workflow has been failing on every v0.3 merge (PRs
#64–#68) because its freshness check requires the committed
`site/play/glyph-bundle.js` and `site/play/spec.schema.json` to match
what \`pnpm run build:playground\` produces. Each grammar expansion
(recurrence, geodesic, pde-solve, streamline.colorBy + v2 variants)
shifted the schema and compiler output, but the deploy artifacts were
never regenerated — so seanhanca.github.io/glyph kept serving the
pre-v0.3 page.
This PR runs \`pnpm run build:playground\` and commits the regenerated
bundle + schema. The diff (1080 lines added across the two artifacts)
matches exactly what the failed CI step reported.
After this lands, the joy.html grammar showcase, the four v0.3 RFC
extensions, and the three v2 follow-ups should appear on the live site
on the next Pages deploy.
## Test plan
- [x] \`pnpm run build:playground\` succeeds locally
- [x] \`git status site/play/glyph-bundle.js
site/play/spec.schema.json\` is clean after regeneration
- [x] Pages workflow freshness check passes on this branch (will verify
in CI)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: seanhanca <infraservice@livepeer.org>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 7033f9c commit 9dd4f15
2 files changed
Lines changed: 1080 additions & 12 deletions
0 commit comments