roocommander
Version:
Bridge Claude Code skills to Roo Code with intelligent orchestration. CLI tool + Custom Mode + 60+ production-tested skills for Cloudflare, AI, Frontend development.
28 lines (27 loc) • 834 B
JSON
{
"permissions": {
"allow": [
"Bash(git init:*)",
"Bash(git remote add:*)",
"Bash(git fetch:*)",
"Bash(git reset:*)",
"WebFetch(domain:github.com)",
"Bash(npm install)",
"Bash(npm run build:*)",
"Bash(node dist/index.js:*)",
"Bash(git add:*)",
"Bash(git push:*)",
"Bash(npm publish)",
"Bash(timeout 3 node:*)",
"WebSearch",
"Bash(git -C /home/jez/Documents/roo-commander branch:*)",
"Bash(git -C /home/jez/Documents/roo-commander log --oneline v8.1)",
"Bash(git -C /home/jez/Documents/roo-commander show:*)",
"Bash(git -C /home/jez/Documents/roo-commander ls-tree:*)",
"Bash(git -C /home/jez/Documents/roo-commander diff --stat origin/v8.1..HEAD)",
"Bash(git ls-tree:*)"
],
"deny": [],
"ask": []
}
}