forked from admin/claude-code-glm-suite
Add autonomous planner agent with safety rules and PROACTIVE auto-triggering
- Created autonomous-planner.md agent file with context-aware workflow suggestions - Implemented safety-rules.json for safe/risky operation classification - Updated all installers (auto-installer.sh, interactive-install-claude.sh) to include autonomous planner - Updated agent counts: 40→41 total agents, 8→9 PROACTIVELY coordinators, 4→5 Bonus agents - Updated documentation (README.md, MASTER-PROMPT.md, extra-tools/README.md) - Added test-autonomous-planner.sh TDD test suite - Auto-triggers on: code changes, tests passing, deployments, safe task execution
This commit is contained in:
@@ -206,7 +206,7 @@ create_directories() {
|
||||
}
|
||||
|
||||
install_agents() {
|
||||
log_info "Installing 39 specialized agents..."
|
||||
log_info "Installing 41 specialized agents..."
|
||||
|
||||
local source_agents="$SCRIPT_DIR/agents"
|
||||
|
||||
@@ -329,7 +329,7 @@ step4_launch_claude_code() {
|
||||
echo "Installation complete!"
|
||||
echo ""
|
||||
echo "Your Claude Code environment has been upgraded with:"
|
||||
echo " • 39 specialized agents including the Superpowers agent for TDD and systematic workflows"
|
||||
echo " • 41 specialized agents including Superpowers (TDD) and Autonomous Planner"
|
||||
echo " • MCP tools for vision analysis, web search, and GitHub integration"
|
||||
echo " • Custom skills and plugins"
|
||||
echo " • Z.AI GLM 4.7 Model support"
|
||||
|
||||
Reference in New Issue
Block a user