diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 718fd24..05a2822 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -4,7 +4,26 @@ "Skill(superpowers:writing-plans)", "Skill(superpowers:subagent-driven-development)", "Bash(npm init *)", - "Bash(npm install *)" + "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:*)" ] } }