Updated "applesauce-core" and "applesauce-signers" to newer versions in lockfile and package.json. Enhanced UI with better button styling and added logic to hide the "policy" tab if not enabled. Included "bun update" in approved commands.
25 lines
456 B
JSON
25 lines
456 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash:*",
|
|
"Edit:*",
|
|
"Glob:*",
|
|
"Grep:*",
|
|
"Read:*",
|
|
"Skill:*",
|
|
"WebFetch:*",
|
|
"WebSearch:*",
|
|
"Write:*",
|
|
"Bash(go build:*)",
|
|
"Bash(go test:*)",
|
|
"Bash(./scripts/test.sh:*)",
|
|
"Bash(./scripts/update-embedded-web.sh:*)",
|
|
"Bash(bun run build:*)",
|
|
"Bash(bun update:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
},
|
|
"outputStyle": "Default"
|
|
}
|