chore(claude): pause for confirmation before CHANGELOG or pyproject edits

Release metadata (version bump and changelog entry) stays a manual step; agent edits to CHANGELOG.md and pyproject.toml now require explicit operator approval. The local .mcp.json is ignored.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-18 00:37:28 +02:00
parent bd267cc280
commit d1d5445b1d
2 changed files with 12 additions and 1 deletions

10
.claude/settings.json Normal file
View File

@@ -0,0 +1,10 @@
{
"permissions": {
"ask": [
"Edit(CHANGELOG.md)",
"Write(CHANGELOG.md)",
"Edit(pyproject.toml)",
"Write(pyproject.toml)"
]
}
}

3
.gitignore vendored
View File

@@ -2,4 +2,5 @@ __pycache__
artifacts/
*.egg-info
dist/
build/
build/
.mcp.json