chore: update agent instructions

This commit is contained in:
Edward Langley
2026-04-26 09:43:56 -07:00
parent 21fc03cf18
commit 9e310b9e4b
2 changed files with 69 additions and 5 deletions

View File

@ -63,9 +63,9 @@ bd close <id> # Complete work
### Rules
- Use `bd` for ALL task tracking — do NOT use TodoWrite, TaskCreate, or markdown TODO lists
- Use `bd` for ALL task tracking — do NOT use TodoWrite, TaskCreate, or markdown TODO lists (the exception being that you must maintain context/design-principles.md and context/repo-map.md)
- Run `bd prime` for detailed command reference and session close protocol
- Use `bd remember` for persistent knowledge — do NOT use MEMORY.md files
- Use `bd remember` for persistent knowledge — do NOT use MEMORY.md files (the exception being that you must maintain context/design-principles.md and context/repo-map.md)
## Session Completion
@ -78,7 +78,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
bd dolt push
git push
git status # MUST show "up to date with origin"