@every-env/cli
Version:
Multi-agent orchestrator for AI-powered development workflows
19 lines • 843 B
JSON
{
"permissions": {
"allow": [
"Bash(npm run lint)",
"Bash(npm test:*)",
"Bash(npm run build:*)",
"Bash(npm publish:*)",
"Bash(grep:*)",
"Bash(ls:*)",
"Bash(git add:*)",
"Bash(git push:*)",
"Bash(git pull:*)",
"Bash(git stash:*)",
"Bash(git commit:*)",
"Bash(git commit -m \"$(cat <<''EOF''\ndocs: Add research commands integration plan\n\n- Create integration plan for research commands in every-env\n- Add prompt templates for research-codebase and research-feature\n- Document configuration approach aligned with command pattern refactor\n- Prepare for future research.* namespace while maintaining compatibility\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>\nEOF\n)\")"
],
"deny": []
}
}