Skip to content

Commit 4c6a0a1

Browse files
agents: Run hooks before finishing a task over a commit
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent 9916be5 commit 4c6a0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Before starting, think through:
8787

8888
## Code Quality
8989

90-
Always run before committing:
90+
Always run before finishing a task:
9191
```bash
9292
./.hooks/pre-push --fix # Auto-fix formatting
9393
./.hooks/pre-push # Run all checks

0 commit comments

Comments
 (0)