Track the editor config, local Claude permissions and the maintenance scripts

.editorconfig fixes indentation and line endings for every editor. The
scripts/ helpers (database import checks, the monolith guard, and the two
refactor migrations) were only ever local.
This commit is contained in:
2026-07-26 17:23:00 +02:00
parent f996336afb
commit b8277d6351
6 changed files with 334 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"permissions": {
"allow": [
"Bash(python *)",
"Bash(DEVPLACE_DISABLE_SERVICES=1 python -)",
"Bash(command -v hawk)",
"Bash(export DEVPLACE_DISABLE_SERVICES=1)",
"Bash(export DEVPLACE_DATABASE_URL=\"sqlite:///tmp/devplace_verify.db\")",
"Bash(rm -f /tmp/devplace_verify.db)",
"Bash(export DEVPLACE_DATABASE_URL=\"sqlite:////tmp/devplace_verify.db\")",
"Bash",
"Edit(/home/retoor/projects/devplacepy/devplacepy/routers/projects/containers/instances.py)",
"Edit(/home/retoor/projects/devplacepy/devplacepy/static/js/components/ContainerTerminal.js)",
"Edit(/home/retoor/projects/devplacepy/devplacepy/services/containers/store.py)",
"Verify",
"Edit(/home/retoor/projects/devplacepy/devplacepy/static/js/MessagesLayout.js)",
"Write(/home/retoor/projects/devplacepy/devplacepy/static/css/messages.css)"
]
}
}