🎉 Collection v1.0.1
🐛 Bug Fixes
- Fixed element submission workflow - Now correctly extracts element type from issue titles
- Fixed directory mapping - Properly maps singular types to plural directories
✨ Improvements
- Node.js 22 LTS - Upgraded to the latest LTS version
- CI Optimization - Tests now run on Ubuntu-only for faster builds
- GitFlow Support - Dependabot now targets develop branch
📚 New Content
- Added Refactoring Specialist agent to the collection
🔧 Technical Details
The workflow fix allows the collection to properly process submissions from the MCP server that include full markdown content. It extracts the element type from issue titles (e.g., [personas]) and correctly validates submissions.
This works in conjunction with MCP server PR #818 to enable complete end-to-end element submissions.
📦 What's Changed
- chore: upgrade to Node.js 22 LTS and update CI workflows
- feat: optimize CI for Ubuntu-only testing
- chore: configure Dependabot to target develop branch
- feat: Add Refactoring Specialist agent to collection
- fix: Extract element type from issue title in submission workflow
- chore: bump version to 1.0.1
Full Changelog: v1.0.0...v1.0.1