fix: harden metrics boot and updater package-manager detection#787
fix: harden metrics boot and updater package-manager detection#787rafaelscosta wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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
.aiox-core/quality/no longer breaks general CLI bootaiox updatedetect the project's package manager frompackageManageror lockfiles before add/removequality/directory (metrics-collector + seed-metrics) #782 and aiox update fails on pnpm/yarn projects — runs npm install in project root #785Validation
npm test -- --runTestsByPath tests/core/cli-metrics-resilience.test.js tests/installer/dependency-installer.test.js tests/updater/aiox-updater-package-manager.test.js tests/updater/aiox-updater.test.js --runInBandnpm run lintnpm run typechecknpm test -- --runInBand --forceExit --silentnpm run validate:manifestnode bin/aiox.js doctorcd pro && npm run validate:publish-surfaceIssues
quality/directory (metrics-collector + seed-metrics) #782