Skip to content

Commit 7dfd4dd

Browse files
committed
add JSON formatting command to the skill
1 parent 8676ad0 commit 7dfd4dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.agents/skills/add-command-spec/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Match the formatting conventions used in the command's `--help` output. For exam
1818

1919
Run `cargo test` to verify the spec deserializes correctly and any referenced `generatorName`s exist.
2020

21+
Check JSON formatting with `npm run format:check -- command-signatures/json/<command>.json`.
22+
2123
## Reference Examples
2224

2325
- **Simple spec with generator**: `json/kill.json` + `src/generators/kill.rs` — minimal example showing `generatorName` usage for process and signal completions

0 commit comments

Comments
 (0)