We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f72df0 commit 00fc0fcCopy full SHA for 00fc0fc
1 file changed
CLAUDE.md
@@ -399,8 +399,11 @@ bd sync # Commit and push changes
399
1. **Start**: Run `bd ready` to find actionable work
400
2. **Claim**: Use `bd update <id> --status=in_progress`
401
3. **Work**: Implement the task
402
-4. **Complete**: Use `bd close <id>`
403
-5. **Sync**: Always run `bd sync` at session end
+4. **Test**: Test your changes thoroughly, including running all tests and
+ linters
404
+5. **Commit**: Stage and commit code changes
405
+6. **Complete**: Use `bd close <id>`
406
+7. **Sync**: Always run `bd sync` at session end
407
408
### Key Concepts
409
0 commit comments