Assistant Usage Guidance¶
Preferred workflow¶
- Generate typed JobSpec YAML.
- Run
spec validate. - Run
spec lint. - Use
spec render(web/json-ld) orspec exporttargets.
Components-first rule¶
Assistants should emit typed components data, not arbitrary HTML blocks.
Trust boundaries¶
- Keep behavior in YAML/theme packages.
- Do not assume JavaScript runtime logic for rendering behavior.
- Output is deterministic text artifacts, not executable app code.