mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-13 07:40:06 +00:00
docs(cli,skills): teach check as the canonical verification gate
Scaffolded projects' npm run check now invokes the single check command instead of chaining lint, validate, and inspect (three Chrome boots become one). The CLI skill, its correctness reference, the entry skill's capability map, README/docs catalog rows, the Mintlify CLI page (new check section, deprecation banner on inspect), template CLAUDE/AGENTS (byte-identical), root CLAUDE/AGENTS, and every creation-workflow skill that taught the old sequence all point at check. snapshot keeps its standalone sections; validate/inspect stay documented as deprecated aliases with their check equivalents.
This commit is contained in:
@@ -136,9 +136,9 @@ Then read `audio_meta.json`: mount each `voices[].path` + (`bgm.path`, `sfx[]`)
|
||||
|
||||
## Output checklist → `hyperframes-cli`
|
||||
|
||||
- [ ] `npx hyperframes lint` and `npx hyperframes validate` pass (block on results)
|
||||
- [ ] `npx hyperframes check` pass (block on results)
|
||||
- [ ] design adherence verified if a spec (`frame.md` / `design.md`) exists — checklist in `hyperframes-creative/references/design-adherence.md`
|
||||
- [ ] `npx hyperframes inspect` passes, or every overflow is intentionally marked
|
||||
- [ ] `npx hyperframes check` passes, or every overflow is intentionally marked
|
||||
- [ ] contrast warnings addressed; for multi-scene work, review the animation map (`hyperframes-animation/scripts/animation-map.mjs`)
|
||||
- [ ] deliver the preview; render to MP4 only on explicit request
|
||||
- [ ] surface the preview **only at handoff** (it is the stable, final preview); don't pop one mid-build — build-phase snapshots are headless
|
||||
|
||||
Reference in New Issue
Block a user