Skip to content

Commit 00fc0fc

Browse files
committed
docs: add test and commit steps to beads workflow pattern
1 parent 5f72df0 commit 00fc0fc

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,11 @@ bd sync # Commit and push changes
399399
1. **Start**: Run `bd ready` to find actionable work
400400
2. **Claim**: Use `bd update <id> --status=in_progress`
401401
3. **Work**: Implement the task
402-
4. **Complete**: Use `bd close <id>`
403-
5. **Sync**: Always run `bd sync` at session end
402+
4. **Test**: Test your changes thoroughly, including running all tests and
403+
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
404407

405408
### Key Concepts
406409

0 commit comments

Comments
 (0)