docs: commit as you go — working practice#11
Merged
Conversation
Untangling a security fix from in-flight Pillar 8 work took a whole session, because both landed uncommitted in the same files and nothing recorded which hunk was whose. That is a judgment rule with no gate behind it, so it goes in CLAUDE.md: commit each concern as it stands alone, never let two share a dirty tree, branch independently shippable work off master, and label wip: as wip:.
xeri
added a commit
that referenced
this pull request
Jul 16, 2026
xeri
added a commit
that referenced
this pull request
Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a short Working practice section to CLAUDE.md, before
## Enforcement.Untangling a security fix from in-flight agent-management work cost a full session, because both landed uncommitted in the same files and nothing recorded which hunk was whose. That is judgment with no gate behind it, so CLAUDE.md is its home:
go test ./...is green;master;wip:.The section says outright that nothing enforces it.
Note: CLAUDE.md is now 231 lines against its own ~200 budget — it was already 214 before this. Worth a trim pass, separately.