Skip to content

Commit 4a31946

Browse files
committed
chore(settings): pin git-restore + live_goals rm permissions
Auto-added during the session when cleaning Coq/Agda compile artifacts out of tests/live_goals/ before committing the live-prover verify suite. The `rm -f` entry is oddly specific (one literal invocation) so it's narrowly scoped — widen if a future session wants broader live_goals cleanup. https://claude.ai/code/session_01NaC5RXjTyr5xg9XXUa2FCC
1 parent 2fa200e commit 4a31946

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"allow": [
44
"Bash(iwconfig)",
55
"Bash(nmcli radio:*)",
6-
"Bash(nmcli:*)"
6+
"Bash(nmcli:*)",
7+
"Bash(git restore *)",
8+
"Bash(rm -f tests/live_goals/.broken.aux tests/live_goals/.identity.aux tests/live_goals/Identity.agdai tests/live_goals/broken.glob)"
79
]
810
}
911
}

0 commit comments

Comments
 (0)