fix(settings): retire the Write memory deny the harness cannot match #1244
No reviewers
Labels
No labels
burndown-2026-06
burndown-2026-08
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agentic-os!1244
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/sy55"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Claude Code matches file permission rules on the
Edit(path)spelling, which covers Write, Edit, MultiEdit, and NotebookEdit alike.Write(path)matches nothing, so the fleet deny list carried a dead rule that the harness warned about at every session start while the siblingEditrule did all the work.Dropping it from
BASE_DENIED_PERMISSIONSis not enough on its own, because the merge is append-only and every host that already converged the rule keeps it forever.RETIRED_DENIED_PERMISSIONSis the narrow counterpart: an explicit list of dead spellings the merge prunes, leaving operator rules untouched.Enforcement is unchanged. The memory directory stays denied through the
Editrule, which is the spelling the file permission check actually reads.Verified with a
--dry-runagainst a converged host: the merged deny list comes back with theEditrule alone.just testis green at 719 passed, and the full pre-commit suite passes.The matching one-line removal in
infrastructure/.claude/settings.jsongoes up separately, since that repo carries its own repo-local copy.Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com