feat: initial open marketplace with llm-security, config-audit, ultraplan-local
This commit is contained in:
commit
f93d6abdae
380 changed files with 65935 additions and 0 deletions
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"$schema": "https://cdn.anthropic.com/schemas/claude-code/settings.schema.json",
|
||||
"model": "sonnet",
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Read",
|
||||
"Glob",
|
||||
"Grep",
|
||||
"Bash(npm test)",
|
||||
"Bash(npm run build)"
|
||||
],
|
||||
"deny": [
|
||||
"Bash(rm -rf *)"
|
||||
]
|
||||
},
|
||||
"statusLine": {
|
||||
"enabled": true
|
||||
},
|
||||
"outputStyle": "concise",
|
||||
"worktree": {
|
||||
"symlinkDirectories": [
|
||||
"node_modules"
|
||||
]
|
||||
},
|
||||
"autoMode": {
|
||||
"enabled": false
|
||||
},
|
||||
"env": {
|
||||
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue