docs: two operating rules tonight's failures earned - #56
Merged
Conversation
The checkout-is-deployment half of the branch rule was implicit and got missed by two sessions at once: a daemon up 12h had been executing whichever branch the shared checkout happened to be on, so a merge changed nothing in service. The ticket rule is new. A prune ran against a ticket that had grown a section, while the work was in flight, explaining that the row being removed was kept on purpose; the eviction orphaned a daemon registry and stopped worktree reconciliation. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughChangesDeveloper guidance
Estimated code review effort: 1 (Trivial) | ~2 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
m4ttheweric
added a commit
that referenced
this pull request
Aug 24, 2026
docs: two operating rules tonight's failures earned
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.
Both rules are written the way the existing four are: the failure that earned them, stated plainly.
Checkout-is-deployment was implicit in the existing branch rule and got missed by two sessions simultaneously — the dev daemon had been up 12h running whichever branch the shared checkout sat on, so merging #44 put nothing in service until the checkout synced and the daemon restarted.
Re-read a ticket before acting on it. RT-60 grew a section mid-task explaining that the index row about to be pruned was being kept deliberately; the eviction orphaned 8 worktree records and silently stopped reconciliation. Recovered in #55, which also adds the code-level guard (prune now retains any row that still owns data).
🤖 Generated with Claude Code
https://claude.ai/code/session_01Xa2PtoYx2bX1gzwrjEWNVc
Summary by CodeRabbit