chore: update CLAUDe.md

This commit is contained in:
Edward Langley
2026-04-08 23:59:07 -07:00
parent ad9ea30fc2
commit b610f7ad66

View File

@ -6,6 +6,7 @@
from logic
- context/repo-map.md is your "road map" for the repository. use it to reduce exploration and keep it updated.
- context/design-principles.md is also important for keeping the repository consistent.
- prefer merges to rebasing.
<!-- BEGIN BEADS INTEGRATION v:1 profile:minimal hash:ca08a54f -->
## Beads Issue Tracker
@ -38,7 +39,7 @@ bd close <id> # Complete work
3. **Update issue status** - Close finished work, update in-progress items
4. **PUSH TO REMOTE** - This is MANDATORY:
```bash
git pull --rebase
git merge origin/main
bd dolt push
git push
git status # MUST show "up to date with origin"