feat!: extract vendor bridges to pharn-skills-* category modules (0.69.0)#1
Conversation
…9.0) Move vendor-bridge skills out of pharn-stack-nextjs into stack-agnostic category modules so any stack pack can compose them, and add manifest schemaVersion 2 with the wizard catalog for selective installs. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis PR refactors vendor-bridge skills from stack packs into five standalone, stack-agnostic skill-category modules ( ChangesSkill-category modules with schemaVersion 2 support
Documentation updates for new architecture
Version bumps and release documentation
🎯 4 (Complex) | ⏱️ ~60 minutes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install failed due to a network error. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
pharn-stack-nextjsinto five stack-agnostic category modules:pharn-skills-db,pharn-skills-orm,pharn-skills-auth,pharn-skills-payments, andpharn-skills-email.SKILLS_VERSIONto0.69.0andmanifest.jsontoschemaVersion: 2, adding the wizard catalog (sections, questions, per-optioninstallpaths,vendorSkill/comingSoonflags, and dependency rules).Test plan
npm run validatenpm testnpx pharn@latest init --wizardagainst this branch (CLI integration — lives inpharn-cli).claude/installs are unaffected; new installs resolve bridges via wizardinstallpathsMade with Cursor
Summary by CodeRabbit
New Features
Breaking Changes
Version Updates