Commit Graph

4 Commits

  • 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
  • Add Superpowers agent with TDD and systematic engineering workflows
    - Created superpowers-agent.md with PROACTIVELY auto-triggering
    - Updated agent count from 38 to 39 across all files
    - Updated README.md with Superpowers coordinator documentation
    - Updated auto-installer.sh to reference 39 agents
    - Updated PROACTIVELY coordinators count from 7 to 8
  • Add agent-updater and sync-agents script
    - agent-updater.md: Special agent for syncing agents from GitHub
    - sync-agents.sh: Automated script to update local agents from upstream
      and push to Gitea for backup