Skip to content

Commit 0be4548

Browse files
solomonicclaude
andcommitted
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

File tree

commands/cost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Show your Claude Code spend in USD per project and per git branch, computed locally from the session logs Claude Code already writes. Never touches API traffic; zero key, zero prompts, zero latency.
3-
argument-hint: [filter] [--self] [--json]
3+
argument-hint: "[filter] [--self] [--json]"
44
allowed-tools: Bash(node:*), Bash(budgetclaw:*)
55
---
66

0 commit comments

Comments
 (0)