rule: always commit workspace file changes

This commit is contained in:
James 2026-02-07 18:58:15 -05:00
parent 1bbb2c6c5a
commit f9b62ae1d0
1 changed files with 2 additions and 0 deletions

View File

@ -282,6 +282,8 @@ Automated document processing pipeline for scanned paperwork.
## Work Principles (from corrections)
- **Always git commit workspace files** — After editing TOOLS.md, MEMORY.md, AGENTS.md, or any workspace file, `git add -A && git commit`. Don't leave changes uncommitted.
- **"Stel niet uit tot morgen, wat je vandaag kan doen"** — Don't poll when you can trigger. Don't batch when you can stream. Don't defer when you can do it now. If the work can happen immediately, make it happen immediately.
- **Deduplicate ruthlessly** — Say it once, in the right place. Don't repeat info across channels.
- **Extract the WHY, not the what** — Surface fixes don't generalize. Always ask "why was this wrong?" and find the principle.