Push the current main branch to production. Reads the latest version from CHANGELOG.md, creates an annotated vX.Y.Z git tag on main's latest commit, and pushes the tag to trigger the automatic production deploy. Use when the user wants to release/deploy/ship…
Push the current main branch to production. Reads the latest version from CHANGELOG.md, creates an annotated vX.Y.Z git tag on main's latest commit, and pushes the tag to trigger the automatic production deploy. Use when the user wants to release/deploy/ship…
Load project memory — git rules, deploy policy, and SolidJS patterns for this repo. Use when the user invokes /memory, or before work that touches git workflow, deployment, or SolidJS component conventions.
Screenshot every exercise's setup and live-run screens at a phone viewport and auto-flag mobile layout regressions (content overflow, the floating Stop button overlapping metrics, a missing Start CTA) with scripts/audit-exercises-mobile.mjs. Use after ANY…
Verify the guided spotlight tours end-to-end by walking every tour step in a real browser (scripts/walk-tours.mjs) and asserting each step spotlights a visible element. Use after ANY change to tour steps or the UI they target — Walkthrough.tsx,…
Drive two real peers into a local jam room with Playwright and screenshot both sides. Use when verifying anything multiplayer in the Jam tab — peer connection, room modes and role assignment, per-peer pitch trails, transport sync — or when tempted to say a…
Screenshot every exercise's setup and live-run screens at a phone viewport and auto-flag mobile layout regressions (content overflow, the floating Stop button overlapping metrics, a missing Start CTA) with scripts/audit-exercises-mobile.mjs. Use after ANY…
Load project memory — git rules, deploy policy, and SolidJS patterns for this repo. Use when the user invokes /memory, or before work that touches git workflow, deployment, or SolidJS component conventions.