You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .agents/skills/add-command-spec/SKILL.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ Match the formatting conventions used in the command's `--help` output. For exam
18
18
19
19
Run `cargo test` to verify the spec deserializes correctly and any referenced `generatorName`s exist.
20
20
21
+
Check JSON formatting with `npm run format:check -- command-signatures/json/<command>.json`.
22
+
21
23
## Reference Examples
22
24
23
25
-**Simple spec with generator**: `json/kill.json` + `src/generators/kill.rs` — minimal example showing `generatorName` usage for process and signal completions
0 commit comments