chore: update CLAUDe.md
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user