fix: add missing description frontmatter to time-orchestrator command
The command was missing its `description` field in the YAML frontmatter (only `model: haiku` was present). Without a description, Claude Code cannot surface this command in the `/` slash-command menu, making it non-discoverable by users. Co-Authored-By: Claude Code <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
---
|
||||
description: Fetch the current time for Dubai (GST, UTC+4) and create a visual SVG time card
|
||||
model: haiku
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user