From 12309b6a8d65eea6866894d6480e7f7367f79851 Mon Sep 17 00:00:00 2001 From: "claude[bot]" Date: Wed, 22 Apr 2026 18:27:34 +0000 Subject: [PATCH] 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 --- agent-teams/.claude/commands/time-orchestrator.md | 1 + 1 file changed, 1 insertion(+) diff --git a/agent-teams/.claude/commands/time-orchestrator.md b/agent-teams/.claude/commands/time-orchestrator.md index e2ea9df..cef3a97 100644 --- a/agent-teams/.claude/commands/time-orchestrator.md +++ b/agent-teams/.claude/commands/time-orchestrator.md @@ -1,4 +1,5 @@ --- +description: Fetch the current time for Dubai (GST, UTC+4) and create a visual SVG time card model: haiku ---