x07-format
Use this skill to keep x07AST JSON canonical (stable ordering + trailing newline).
Canonical commands
- •
Check a file:
- •
x07 fmt --input src/main.x07.json --check --report-json
- •
- •
Rewrite a file:
- •
x07 fmt --input src/main.x07.json --write --report-json
- •
Notes
- •
x07 fmtrequires exactly one of--checkor--write. - •In
--checkmode, exit code1means the file would change.