From 7f30e0c332ee3b1b8aa5b64217ffcfb9d1efb6ae Mon Sep 17 00:00:00 2001 From: James Date: Sun, 8 Feb 2026 04:37:46 -0500 Subject: [PATCH] =?UTF-8?q?memory:=20commit=20uncommitted=20changes=20rule?= =?UTF-8?q?=20=E2=80=94=20don't=20report,=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MEMORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MEMORY.md b/MEMORY.md index a74e33b..6809207 100644 --- a/MEMORY.md +++ b/MEMORY.md @@ -283,6 +283,7 @@ 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. +- **Commit uncommitted changes you find** — During git audits/heartbeats, if you find uncommitted changes in ANY repo, commit and push them yourself. Don't just report — fix it. - **"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.