Commit 0be4548
fix(command): quote argument-hint so cost.md YAML frontmatter parses
Unquoted `argument-hint: [filter] ...` starts with `[`, which YAML reads as
a malformed flow sequence, so Claude Code silently drops ALL of the command's
frontmatter at runtime (description, argument-hint, allowed-tools). Quoting the
value fixes it. Caught by `claude plugin validate` on the plugin manifest (the
marketplace-manifest validation had masked it). Plugin + marketplace both
validate clean now.
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>1 parent ad20fdb commit 0be4548
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments