File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -271,6 +271,7 @@ See `ERD.puml` for the entity relationship diagram. Key relationships:
271271- Evaluations provide assessments of claims
272272
273273<!-- BEGIN BEADS INTEGRATION -->
274+
274275## Issue Tracking with bd (beads)
275276
276277** IMPORTANT** : This project uses ** bd (beads)** for ALL issue tracking. Do NOT use markdown TODOs, task lists, or other tracking methods.
@@ -369,15 +370,16 @@ For more details, see README.md and docs/QUICKSTART.md.
3693704 . ** PUSH TO REMOTE** - This is MANDATORY:
370371 ``` bash
371372 git pull --rebase
372- bd sync
373- git push
373+ bd dolt push
374+ git push origin HEAD
374375 git status # MUST show "up to date with origin"
375376 ```
3763775 . ** Clean up** - Clear stashes, prune remote branches
3773786 . ** Verify** - All changes committed AND pushed
3783797 . ** Hand off** - Provide context for next session
379380
380381** CRITICAL RULES:**
382+
381383- Work is NOT complete until ` git push ` succeeds
382384- NEVER stop before pushing - that leaves work stranded locally
383385- NEVER say "ready to push when you are" - YOU must push
You can’t perform that action at this time.
0 commit comments