Skip to content

Commit 77a51a7

Browse files
committed
chore: fix issues with beads AGENTS.md boilerplate
1 parent a38be61 commit 77a51a7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
369370
4. **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
```
376377
5. **Clean up** - Clear stashes, prune remote branches
377378
6. **Verify** - All changes committed AND pushed
378379
7. **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

0 commit comments

Comments
 (0)