From 775d42bd4000818c425e2ee82223070fc3449229 Mon Sep 17 00:00:00 2001 From: "claude[bot]" Date: Wed, 22 Apr 2026 18:29:01 +0000 Subject: [PATCH] fix: rename root time-agent to time-agent-pkt to resolve name collision MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two agent files both declared `name: time-agent` with different implementations: - `.claude/agents/time-agent.md` (root): PKT, UTC+5 (Pakistan Standard Time) - `agent-teams/.claude/agents/time-agent.md` (agent-teams): Dubai GST, UTC+4 When both scopes are active, Claude Code may invoke the wrong time-agent — serving PKT time when a Dubai command expects GST, or vice versa. Renamed the root agent's `name` from `time-agent` to `time-agent-pkt` so the two agents are unambiguous. The agent-teams variant retains `name: time-agent` since `agent-teams/.claude/commands/time-orchestrator.md` explicitly invokes it by that name for Dubai time display. Co-Authored-By: Claude Code --- .claude/agents/time-agent.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/agents/time-agent.md b/.claude/agents/time-agent.md index e483ea8..8b506ba 100644 --- a/.claude/agents/time-agent.md +++ b/.claude/agents/time-agent.md @@ -1,6 +1,6 @@ --- -name: time-agent -description: Use this agent to display the current time in Pakistan Standard Time (PKT, UTC+5). +name: time-agent-pkt +description: Use this agent to display the current time in Pakistan Standard Time (PKT, UTC+5). (root scope — see agent-teams for Dubai time) allowedTools: - "Bash(*)" - "Read"