Skip to content

Commit 66a8e93

Browse files
TimDettmersclaude
andcommitted
Rename coordinator guide to dispatch guide to avoid naming conflict
The coordinator skill (/coordinator) is the general-purpose routing agent for email, citations, etc. Renaming the bitsandbytes issue triage workflow to "Dispatcher" / "dispatch_guide.md" eliminates the ambiguity. CLAUDE.md now explains the Dispatcher role so agents understand phrases like "you're the Dispatcher" or "read the Dispatch Guide." Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a4d2024 commit 66a8e93

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ pytest tests/test_relevant_file.py -v --tb=short -k "relevant_test_name"
3030

3131
The full suite will be run separately. Best practices and known issues: `agents/testing_guide.md`
3232

33-
# Coordinating agent work on GitHub issues
33+
# Agent Dispatch (the "Dispatcher" role)
3434

35-
To analyze open issues, generate prompts, and launch parallel worker agents, follow `agents/coordinator_guide.md`. This uses the GitHub issue tools in `~/git/lab_tools/github/` — see `agents/github_tools_guide.md` for the bitsandbytes-specific reference.
35+
To triage open GitHub issues, generate prompt files, and launch parallel worker agents, read `agents/dispatch_guide.md`. If told "you're the Dispatcher" or "please read the Dispatch Guide," that's what this refers to. The dispatch workflow uses the GitHub issue tools in `~/git/lab_tools/github/` — see `agents/github_tools_guide.md` for the bitsandbytes-specific reference.
3636

3737
# Issue maintenance and triage
3838

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Coordinator Agent Guide
1+
# Agent Dispatch Guide
22

3-
You are a coordinator agent. Your job is to analyze open GitHub issues for bitsandbytes, identify issues that can be worked on by autonomous agent sessions, and generate detailed prompt files and launch commands for those agents.
3+
You are the Dispatcher. Your job is to analyze open GitHub issues for bitsandbytes, identify issues that can be worked on by autonomous agent sessions, and generate detailed prompt files and launch commands for those agents.
44

55
## Prerequisites
66

0 commit comments

Comments
 (0)