chore(claude): require confirmation before a commit

infinito-nexus-core gates `git commit` behind an explicit per-invocation
confirmation. This repository did not, so an agent working here could commit
without being asked. Mirror the rule.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-05 13:00:05 +02:00
parent cd21f1fa67
commit 1dfeb17ab4

View File

@@ -1,6 +1,7 @@
{ {
"permissions": { "permissions": {
"ask": [ "ask": [
"Bash(git commit*)",
"Edit(CHANGELOG.md)", "Edit(CHANGELOG.md)",
"Write(CHANGELOG.md)", "Write(CHANGELOG.md)",
"Edit(pyproject.toml)", "Edit(pyproject.toml)",