schrod-cli
Version:
AI-driven application framework CLI that displays hierarchical Schrödinger project structure for systematic development workflow
24 lines • 492 B
JSON
{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(touch:*)",
"Bash(npm install:*)",
"Bash(npm run compile:*)",
"Bash(npm run lint)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(mv:*)",
"Bash(npm run:*)",
"Bash(vsce login:*)",
"Bash(npx vsce login:*)",
"Bash(chmod:*)",
"Bash(cp:*)",
"Bash(npm pack)",
"Bash(node:*)",
"Bash(npm:*)"
],
"deny": []
}
}