type: rule
status: active
timestamp: 2026-06-26
tags: [agent-behavior, knowledge, commits, discipline]

Write + commit per decision (not per session)

Each locked decision ? knowledge/ + committed as discrete unit. Not batched end-of-session

Write + commit per decision

Rule

When the user locks a decision in chat, write the corresponding knowledge file AND commit it as a discrete unit before moving to the next decision. Don’t accumulate edits and batch-commit at session end.

How to apply

Why

User locked this on 2026-06-26 (Q12). Per-decision commits give a clean revert surface and a readable git log; batched end-of-session commits hide the trail.

Captured

2026-06-26 session, Q12 of 24-question grill.


Edit on GitHub · Back to index