- CLI Refactor: Complete rewrite of the CLI using
commander.jsand TypeScript. - New Setup Command: Interactive setup wizard available via
wp-agent-kit setup. - Reset Flag: Use
--resetto force overwrite existing configurations. - Multi-Platform Bundles: Pre-built bundles for
.agent,.claude,.github, and.cursorworkflows. - Complete Agent Context: Bundles now include agents, instructions, and prompts folders alongside skills.
- Documentation: Updated README with modern branding and comprehensive usage instructions.
- Build System: Separate CLI compilation and agent bundle generation with proper file exclusions.
CLI (recommended):
pnpm dlx wp-agent-kit setupDirect Bundle Download: Download one of the pre-built bundles from the release assets:
wordpress-agent-kit-github.tar.gz- For GitHub Copilotwordpress-agent-kit-claude.tar.gz- For Claude Codewordpress-agent-kit-agent.tar.gz- For generic .agent workflowswordpress-agent-kit-cursor.tar.gz- For Cursor IDE
Extract into your WordPress project root.
- Created
scripts/build-bundles.tsfor multi-platform bundle generation - Added agents and instructions folders to bundles
- Excluded system files (.DS_Store, Thumbs.db, editor temp files) from distribution
- Excluded personal development prompts from public distribution
- Added standard badges to README
- Bundles contain AGENTS.md, WordPress skills, agents, and instructions