Skip to content

v1.4.0 - Context-Forge Integration & Enhanced Commands

Latest
Compare
Choose a tag to compare
@webdevtodayjason webdevtodayjason released this 28 Jul 17:42

πŸŽ‰ Claude Sub-Agents v1.4.0

This release brings full integration with context-forge projects and powerful new commands for project management.

✨ What's New

πŸ› οΈ Context-Forge Integration

  • Automatic Detection: Detects context-forge projects and adapts behavior
  • Smart Command Placement: Commands go to .claude/commands/agents/ to avoid conflicts
  • PRP Awareness: Agents understand and work with your existing PRPs
  • CLAUDE.md Integration: Appends configuration without overwriting existing content

πŸ“¦ New Commands

claude-agents init - Initialize agents in your project

  • Installs all agents to .claude/agents/
  • --respect-context-forge flag preserves existing structure
  • Adds concurrent execution rules to CLAUDE.md
  • Perfect for one-command project setup

claude-agents uninstall - Bulk agent removal

  • --all flag removes all agents
  • --clean flag removes empty directories
  • Scope selection (user/project/both)
  • Preserves context-forge files

⚑ Performance Enhancements

  • Concurrent Execution Rules: Enforces best practices in CLAUDE.md
  • Batch Operations: All operations optimized for parallel execution
  • Smart Memory Management: Enhanced context sharing between agents

πŸ› Bug Fixes

  • Fixed project scope installation to correctly use .claude/ directory
  • Improved path resolution for various npm configurations
  • Better error messages and debug logging

πŸ“š Usage Examples

For Context-Forge Projects

# Initialize with context-forge awareness
claude-agents init --respect-context-forge

# Agents work with your PRPs
claude-agents run project-planner --task "Create roadmap from existing PRPs"
claude-agents run api-developer --task "Implement endpoints from feature-auth-prp.md"

Agent Task Examples

# Planning & Architecture
claude-agents run project-planner --task "Break down auth-prp into sprint tasks"

# Implementation
claude-agents run api-developer --task "Create REST API following our conventions"
claude-agents run frontend-developer --task "Build UI from feature-dashboard-prp.md"

# Quality & Testing
claude-agents run tdd-specialist --task "Create tests for authentication flow"
claude-agents run code-reviewer --task "Review API endpoints for security"

πŸ”„ Upgrading

npm update -g @webdevtoday/claude-agents

πŸ“– Documentation

Full documentation and examples at: https://github.com/webdevtodayjason/sub-agents

πŸ™ Thanks

Special thanks to all contributors and the context-forge community for feedback and testing!