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:
claude[bot]
2026-04-22 18:27:34 +00:00
parent 61a847cc4d
commit 12309b6a8d
@@ -1,4 +1,5 @@
--- ---
description: Fetch the current time for Dubai (GST, UTC+4) and create a visual SVG time card
model: haiku model: haiku
--- ---