Releases: kylebrodeur/wordpress-agent-kit
Releases · kylebrodeur/wordpress-agent-kit
v0.2.0: Complete CLI Refactor with Test Suite
What's New in v0.2.0
Major Changes
- CLI Refactor: Complete rewrite using Commander.js for better command handling
- Multi-Platform Bundles: Generate platform-specific agent kits (.github, .claude, .agent, .cursor)
- Comprehensive Test Suite: Added 67 unit tests with 100% coverage on core modules
- Professional Documentation: Updated README with badges and improved structure
Features
install: Copy WordPress Agent Kit files to target directorysetup: Interactive wizard for WordPress project configurationsync-skills: Pull latest skills from upstream repositoryplayground: Launch local WordPress Playground instance
Testing & Quality
- ✅ 67 passing tests (0 failures)
- ✅ 100% coverage on lib/ and utils/ modules
- ✅ Vitest with v8 coverage provider
- ✅ Test scripts: pnpm test, pnpm test:coverage
Installation
npm install -g wordpress-agent-kitUsage
wp-agent-kit install # Install kit files
wp-agent-kit setup # Interactive setup
wp-agent-kit sync-skills # Sync upstream skills
wp-agent-kit playground # Run WordPress PlaygroundSee the README for complete documentation.
v0.1.0
Initial public release of WordPress Agent Kit
What's Included
- 14 specialized WordPress skills (synced from WordPress/agent-skills)
- Interactive setup CLI with @clack/prompts
- Node-based installation and sync scripts
- WordPress Playground integration
- Comprehensive documentation
Quick Start
git clone https://github.com/kylebrodeur/wordpress-agent-kit.git
cd wordpress-agent-kit
npm run sync:skills
npm run install:kit /path/to/your-wp-project
npm run setupFeatures
- Smart project detection and triage
- Context-aware skill routing
- Interactive project customization
- Fresh skills synced from official WordPress repo