Add project settings, master prompt PDF, and test connection script

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Brent Neale
2026-02-16 15:44:51 +10:00
co-authored by Claude Opus 4.6
parent 71f9c7849b
commit 31c74d4e5f
3 changed files with 51 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"permissions": {
"allow": [
"Bash(python3:*)",
"Bash(pip install:*)",
"Bash(python -c:*)",
"Bash(python -m pip install:*)",
"Bash(python:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)"
]
}
}