Files
2026-05-20 19:50:36 +02:00

30 lines
942 B
JSON

{
"permissions": {
"allow": [
"Skill(superpowers:writing-plans)",
"Skill(superpowers:subagent-driven-development)",
"Bash(npm init *)",
"Bash(npm install *)",
"Bash(npx tsc *)",
"Bash(npx jest *)",
"Bash(git -C /home/sjoerd/Work/assistant add package.json package-lock.json)",
"Bash(git -C /home/sjoerd/Work/assistant commit -m \"chore: add ts-node for jest.config.ts parsing\")",
"Bash(git -C /home/sjoerd/Work/assistant log --oneline)",
"Bash(node *)",
"Bash(npm list *)",
"Bash(npm ls *)",
"Bash(git add *)",
"Bash(git commit *)",
"Bash(npm test *)",
"Bash(npm run *)",
"Bash(npm view *)",
"Bash(grep -E '\\\\.\\(json|ts\\)$|env')",
"Bash(npm uninstall *)",
"Bash(docker build *)",
"Bash(git init *)",
"Skill(superpowers:using-superpowers)",
"Skill(superpowers:using-superpowers:*)"
]
}
}