Commit 3238246
Add explicit Taskfile usage guidance to CLAUDE.md (#4700)
Claude Code agents kept running `go test`, `go build`, and `golangci-lint`
directly instead of using the Taskfile, which has the correct flags,
exclusions, and environment setup. The commands section listed `task`
commands but never prohibited direct usage, so the instruction lost
salience during long conversations.
Add an IMPORTANT callout after the commands block and a new "Things That
Will Bite You" section to make the requirement explicit and durable.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ccad93a commit 3238246
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
87 | 94 | | |
88 | 95 | | |
89 | 96 | | |
| |||
0 commit comments