Commit Graph

5 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
  • Update documentation with Superpowers agent and correct agent counts
    - Updated MASTER-PROMPT.md: agent count 38→39, bonus agents 3→4
    - Updated README.md: bonus agents 2→3, added Superpowers agent
    - Updated extra-tools/README.md: added agents section with Superpowers agent
    - Corrected PROACTIVELY agent count from 8 to 7 in README.md
  • Update extra-tools README to reference 4-step auto installer
    - Added 4-Step Auto Installer as recommended option for new users
    - Clarified use cases for each installer option
    - Reorganized installation recommendations by user scenario
  • feat: Update extra-tools installer with all features from main installer
    Added all missing features to extra-tools/install-claude-customizations.sh:
    
    New Features:
    -  Skills installation (from skills/ directory)
    -  Skills directory creation in ~/.claude/skills/
    -  Python script executable permissions for skills
    -  GitHub agent fetching (fetch_latest_agents function)
    -  Agent installation from local agents/ directory
    -  Sync script installation (sync-agents.sh)
    -  Better directory structure with skills support
    -  Agent and skill counters
    -  Enhanced verification with skill counting
    
    Changes:
    - Added SKILLS_DIR configuration variable
    - Added install_skills() function
    - Added fetch_latest_agents() function
    - Updated setup_directories() to include skills/
    - Updated install_agents() to copy from local agents/ dir
    - Enhanced verification to count and report skills
    - Added --skip-git-fetch option for faster installs
    
    Summary:
    → The extra-tools installer now has feature parity with interactive-install-claude.sh
    → No functionality missing - both installers are now equivalent
    → Skills are properly installed with Python scripts made executable
    → Agents can be fetched from GitHub or installed from local directory
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
  • refactor: Rename 'deprecated' directory to 'extra-tools'
    - Renamed deprecated/ directory to extra-tools/
    - Updated README.md to reflect 'Extra Tools' branding
    - Changed messaging from 'deprecated/obsolete' to 'alternative workflows'
    - Added clear use cases for each tool
    - Improved documentation with emojis and better structure
    
    Tools now positioned as additional/optional utilities rather than deprecated:
    - install-claude-customizations.sh - Automated installer for scripted setups
    - export-claude-customizations.sh - Backup/transfer utility
    - sync-agents.sh - Agent synchronization with external repos
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>