🚀 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-agentwiseThe interactive installer will:
- ✅ Detect any existing installations
- 🎯 Let you choose installation location
- ⬇️ Download and set up Agentwise
- ⚙️ Configure your development environment
- 🔧 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/agentwiseOption 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
-
Install Agentwise
npx create-agentwise
-
Choose Integration Method
- Separate Installation: Install Agentwise in your project folder
- Import Existing: Use Agentwise's import commands
-
Configure Claude Code Integration
# In Claude Code /setup-mcps -
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
- NPM Package: https://www.npmjs.com/package/create-agentwise
- Homepage: https://agentwise.dev
- Documentation: https://agentwise-docs.vercel.app
- GitHub: https://github.com/VibeCodingWithPhil/agentwise
🆕 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