Skip to content

🚀 Create Agentwise v2.3.1 - Enhanced NPM Package

Latest

Choose a tag to compare

@VibeCodingWithPhil VibeCodingWithPhil released this 31 Aug 15:24
· 9 commits to main since this release

🚀 Create Agentwise v2.3.1 - Enhanced NPM Package

📦 What's New

This release enhances the create-agentwise NPM package with improved metadata, comprehensive documentation, and better installation experience.

✨ Enhanced Features

  • 🎯 Rich NPM Metadata: 20+ relevant keywords for better discoverability
  • 📖 Professional Documentation: Comprehensive README with clear instructions
  • 🔗 Proper Package Links: Bug tracking, homepage, and repository links
  • 🚀 Improved Description: Enhanced package description with emoji

🚀 Quick Installation

For New Projects

npx create-agentwise

The interactive installer will:

  1. ✅ Detect any existing installations
  2. 🎯 Let you choose installation location
  3. ⬇️ Download and set up Agentwise
  4. ⚙️ Configure your development environment
  5. 🔧 Create cross-platform startup scripts

For Existing Projects

If you already have a project and want to integrate Agentwise:

Option 1: Install Agentwise Separately

# Install Agentwise in a separate location
npx create-agentwise

# Choose custom location when prompted
# Example: /path/to/your-project/agentwise

Option 2: Use Agentwise Import Feature

# After installing Agentwise
cd ~/agentwise
node start.js

# In Agentwise, use:
/init-import your-project-path
# or
/task-import your-project-path

🛠️ Working with Existing Projects

Integration Steps

  1. Install Agentwise

    npx create-agentwise
  2. Choose Integration Method

    • Separate Installation: Install Agentwise in your project folder
    • Import Existing: Use Agentwise's import commands
  3. Configure Claude Code Integration

    # In Claude Code
    /setup-mcps
  4. Start Working

    cd ~/agentwise
    ./start-agentwise.sh  # macOS/Linux
    # or
    start-agentwise.bat   # Windows

Available Commands for Existing Projects

  • /init-import <project-path> - Import external project structure
  • /task-import <project-path> - Copy and integrate existing project
  • /task <feature> - Add features to active project
  • /security-review - Analyze existing code for security issues
  • /github-setup - Set up GitHub integration for existing repo

🔧 System Requirements

  • Node.js 18+ (required)
  • Git (for project operations)
  • Claude Code (recommended for full integration)

📚 Links

🆕 What Gets Installed

~/agentwise/
├── .claude/
│   ├── agents/          # AI agent definitions
│   └── commands/        # Custom commands
├── workspace/           # Your projects (existing projects can be imported here)
├── .env                 # Configuration
├── start.js            # Cross-platform launcher
└── start-agentwise.*   # Platform-specific scripts

🔄 Updating from Previous Versions

If you already have Agentwise installed:

npx create-agentwise
# Choose "Update existing installation" when prompted

🐛 Bug Fixes & Improvements

  • Enhanced package metadata for better NPM discovery
  • Improved installation documentation
  • Better cross-platform script generation
  • Enhanced error handling during installation

Full Changelog: v2.3.0...v2.3.1