feat(claude): stamp a wildcard permission allow on every host #1165
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!1165
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/fleet-allow-wildcard"
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?
Fleet-wide half of the change infrastructure took repo-locally in coilyco-flight-deck/infrastructure#897.
scripts/apply-base-claude-settings.pygainsBASE_ALLOWED_PERMISSIONS = ["'*'"], appended topermissions.allowon every host by theclaude-hooksansible role.Deny outranks allow, so this widens nothing the deny list closes. The live-infrastructure CLIs (
gcloud,kubectl,helm,terraform,gsutil,mongosh,mongo) and the memory directory stay shut. What it drops is the prompt on everything else.Append-only, matching the deny merge. A host's accumulated
allowentries are inert once*is present, but they are operator-local state and no fleet writer deletes those, so they are left in place..pre-commit-config.yamlpinscheck-illegal-windows-namesto thepre-commitstage. Unpinned, it also ran atcommit-msgand was handed$GIT_DIR/COMMIT_EDITMSG, which a linked worktree resolves absolute, so the drive colon read as an illegal name and every worktree commit failed. Same prerequisite fix that landed in infrastructure#897.Docs and tests updated in place. The docs page sits at 120 lines against its 120-line cap, so the allow is folded into the existing permission section rather than given its own: splitting the page cleared the size cap but tripped the 40-doc cap, which the hook calls out as trading one violation for another.
Not done here:
agentic-os-kai/scripts/up-to-date.pyasserts the deny rules are present on a host and does not yet assert the allow. A missing allow costs prompts rather than safety, so it is a detector gap, not a guardrail gap. Follow-up filed.🤖 Generated with Claude Code