Skip to content

Commit 33ebe6e

Browse files
cpcloudclaude
andcommitted
chore(docs): add background task rule for long commands
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4809273 commit 33ebe6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

AGENTS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,9 @@ like `LEARNINGS.md` are not.
498498
specific directory) to get the most information about which test failed
499499
and to avoid introducing test order dependencies. Use `-shuffle=on`
500500
not `-shuffle=$RANDOM` -- Go picks and prints the seed for you.
501+
- **Run long commands in the background**: `go test`, `go vet`, `go build`,
502+
and `nix run '.#pre-commit'` can all be run as background tasks so you can
503+
continue working while they execute.
501504
- Depend on `pre-commit` (which is automatically run when you make a commit) to
502505
catch formatting issues. **DO NOT** attempt to use `gofmt` or any other
503506
formatting tool directly

0 commit comments

Comments
 (0)