Commit 4fed016
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
1 file changed
+0
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 35 | | |
51 | 36 | | |
52 | 37 | | |
| |||
0 commit comments