fix(claude): drop unmatched Write() deny rule for CHANGELOG.md - #327
Merged
Merged
Conversation
Claude Code warns at launch that Write(**/CHANGELOG.md) is not matched by file permission checks — only Edit(path) rules are, and they cover all file-editing tools including Write. Keep the Edit rule, drop the Write duplicate, and update the deny-backstop example in claude-code-auto-mode.md to match. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012ybMwaDwhwhXsvMfBLk8Gq
Contributor
|
| Status | Count |
|---|---|
| 🔍 Total | 170 |
| ✅ Successful | 160 |
| ⏳ Timeouts | 0 |
| 🔀 Redirected | 0 |
| 👻 Excluded | 9 |
| ❓ Unknown | 0 |
| 🚫 Errors | 1 |
Errors per input
Errors in exact_dot_claude/docs/prds/daily-catchup.PRD.md
- [404] https://docs.anthropic.com/claude-code/commands | Failed: Network error: Not Found
Full Github Actions output
Please fix the broken links before merging.
Contributor
|
🤖 Claude analyzed the CI failures but determined no code changes are needed. Failed workflow: https://github.com/laurigates/dotfiles/actions/runs/29499761964 This may indicate:
Please review the failure logs manually. |
laurigates
added a commit
that referenced
this pull request
Jul 16, 2026
… files (#328) ## What Adds two entries to `exact_dot_claude/.chezmoiignore` under the runtime-files section: `.credentials.json` and `settings.json.backup.*`. ## Why `~/.claude` is an `exact_` tree, so any unlisted top-level entry is deleted on `chezmoi apply`. While preparing #327, `chezmoi status ~/.claude` showed pending `D` lines for: - `.credentials.json` — Claude Code auth state; deleting it would log the CLI out - `settings.json.backup.<timestamp>` — written by Claude Code (2026-07-16) before migrating settings Neither was registered in `.chezmoiignore`, so the next apply would have silently removed both. This is the same failure class as the `friction-reports/` deletion incident documented in `chezmoi-conventions.md`. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_012ybMwaDwhwhXsvMfBLk8Gq Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
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.
What
Removes
Write(**/CHANGELOG.md)from thepermissions.denyoverlay inexact_dot_claude/modify_settings.json, keeping onlyEdit(**/CHANGELOG.md), and updates the deny-backstop example inrules/claude-code-auto-mode.mdaccordingly.Why
Claude Code now warns at every launch:
Edit(path)rules cover all file-editing tools (Write, Edit, NotebookEdit), so the Write entry was redundant and unmatched. Applied to the live~/.claude/settings.jsonviachezmoi apply; the warning no longer fires.🤖 Generated with Claude Code
https://claude.ai/code/session_012ybMwaDwhwhXsvMfBLk8Gq