Local development workflow
Index → Workshop SDK.
Daily loop
Section titled “Daily loop”- Edit
content/orsrc/ npm run check— read the Gate line- Optional:
npm run watchornpm run devfor preview - Stuck?
npm run next
What check runs
Section titled “What check runs”sync → validate → quality → fixtures (mock host).
Gate example: quality 9 pass / 1 warning / 0 blocker · fixtures 1/1
- Zero blockers before publish
check -- --warn-onlyfor iteration (exit 0, still reports failures)
Key commands
Section titled “Key commands”| Command | Purpose |
|---|---|
next | Fix-first items + allowed add/scaffold actions |
dev | Author console (port 41783, auto-fallback) |
watch | Rerun gate on save |
quality / test / validate | Individual stages |
explain / inspect --json | Project summary |
Add --json to check, quality, test, next, etc. for scripts.
Placeholders
Section titled “Placeholders”Quality flags template text (Replace with…, all-zero ClassId, todo). audio-plugin-profile placeholders are blockers.