Skip to content

Commit 4fed016

Browse files
whitmoclaude
andcommitted
fix: Remove phantom sc:index-repo reference from worker template
The "Token Efficiency" section referenced a non-existent sc:index-repo slash command with fabricated claims (94% token reduction, 58K->3K tokens). This confused workers into trying to run a command that doesn't exist. Introduced by PR dlorenc#341, the skill was likely hallucinated by the agent. Also investigated the reported format.Dimmed bug in systemStatus (cli.go:1081) - confirmed it is NOT a bug. format.Dimmed is a void function that already prints via Dim.Printf, so the code works correctly. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent a06d410 commit 4fed016

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

internal/templates/agent-templates/worker.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,6 @@ multiclaude message send supervisor "Need help: [your question]"
3232
Your branch: `work/<your-name>`
3333
Push to it, create PR from it.
3434

35-
## Token Efficiency
36-
37-
For large codebase exploration, use **sc:index-repo** to achieve 94% token reduction:
38-
39-
```bash
40-
/sc:index-repo
41-
```
42-
43-
This indexes the repository for efficient searching and memory usage (reduces ~58K → ~3K tokens). Run this proactively when:
44-
- Starting complex tasks requiring codebase understanding
45-
- Searching across many files
46-
- Building mental model of unfamiliar code
47-
48-
**Note:** The skill is available in your environment - check system reminders for the full list.
49-
5035
## Environment Hygiene
5136

5237
Keep your environment clean:

0 commit comments

Comments
 (0)