[agent:surfer] init template AI-ready : WORKFLOW, AGENTS, AI_CONTEXT, Sphinx, scripts
Some checks failed
Build Sphinx docs / build (push) Has been cancelled

This commit is contained in:
2026-04-21 00:15:18 +00:00
parent 91628c0191
commit 72093ad401
15 changed files with 467 additions and 2 deletions

22
.claude/settings.json Normal file
View File

@@ -0,0 +1,22 @@
{
"permissions": {
"allow": [
"Bash(git:*)",
"Bash(make:*)",
"Bash(python3:*)",
"Bash(pip:*)",
"Bash(ls:*)",
"Bash(cat:*)",
"Read(*)",
"Edit(*)",
"Write(*)",
"Glob(*)",
"Grep(*)"
],
"deny": [
"Bash(rm -rf:*)",
"Bash(curl *password*:*)",
"Bash(ssh:*)"
]
}
}