chore(release): bump to 5.2.6 — Pro installer workspace hijack hotfix - #743
Conversation
Hotfix release for #742 (already merged). Bumps: * @aiox-squads/core: 5.2.5 → 5.2.6 * aiox-core (compat wrapper): 5.2.5 → 5.2.6 + dependency @aiox-squads/core: 5.2.5 → 5.2.6 * @aiox-squads/installer: 3.3.4 → 3.3.5 Pushing tag v5.2.6 triggers .github/workflows/npm-publish.yml which publishes to npmjs.org using NPM_TOKEN_AIOX_SQUADS. After publish, students hit by "Installed Pro artifact did not create node_modules/@aiox-squads/pro" can update via: npx -y -p @aiox-squads/core@latest aiox install without the previously recommended fresh-directory workaround. Includes: - package-lock.json refreshed to 5.2.6 - CHANGELOG.md entry under [5.2.6] - 2026-05-17 - .aiox-core/data/entity-registry.yaml regenerated by pre-commit hook (757 → 815 entities — incidental sync, not caused by this release) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (6)
WalkthroughThis PR coordinates the 5.2.6 release by documenting a Pro installer fix for nested workspace failures, updating all package versions consistently across the monorepo, and refreshing the install manifest with new integrity metadata for entity-registry.yaml. ChangesVersion 5.2.6 Release Coordination
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
📊 Coverage ReportCoverage report not available
Generated by PR Automation (Story 6.1) |
…SynkraAI#743) Hotfix release for SynkraAI#742 (already merged). Bumps: * @aiox-squads/core: 5.2.5 → 5.2.6 * aiox-core (compat wrapper): 5.2.5 → 5.2.6 + dependency @aiox-squads/core: 5.2.5 → 5.2.6 * @aiox-squads/installer: 3.3.4 → 3.3.5 Pushing tag v5.2.6 triggers .github/workflows/npm-publish.yml which publishes to npmjs.org using NPM_TOKEN_AIOX_SQUADS. After publish, students hit by "Installed Pro artifact did not create node_modules/@aiox-squads/pro" can update via: npx -y -p @aiox-squads/core@latest aiox install without the previously recommended fresh-directory workaround. Includes: - package-lock.json refreshed to 5.2.6 - CHANGELOG.md entry under [5.2.6] - 2026-05-17 - .aiox-core/data/entity-registry.yaml regenerated by pre-commit hook (757 → 815 entities — incidental sync, not caused by this release) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Summary
Hotfix release for #742 (already merged in main as squash
20e79996).Bumps:
@aiox-squads/core: 5.2.5 → 5.2.6aiox-core(compat wrapper): 5.2.5 → 5.2.6 (+ dep@aiox-squads/core: 5.2.5 → 5.2.6)@aiox-squads/installer: 3.3.4 → 3.3.5Why this exists
Cohort students hit
Pro activation failed: Installed Pro artifact did not create node_modules/@aiox-squads/prowhenever they ranaiox installin a directory that sits beneath an ancestor with apackage.jsonor a declaredworkspaces:array. Root cause was npm 10+ walking up to find a manifest. Fix in #742 anchors the install with--prefix+--workspaces=falseand adds a graceful temp-cache fallback.E2E validated against the real
@aiox-squads/pro@0.4.3tgz across 5 install topologies (5/5 PASS):package.json(cenário exato do print)workspaces:~/aiox-pro(happy path)package.jsonRelease mechanics
Merging this PR + pushing tag
v5.2.6triggers.github/workflows/npm-publish.yml, which publishes to npmjs.org usingNPM_TOKEN_AIOX_SQUADS. Tag push will follow immediately after merge.Test plan
npm run lint→ cleannpm run test:ci→ 8472 passed, 151 skipped, 0 failures (343 suites)npm-publish.ymlworkflow, verifynpm view @aiox-squads/core versionreturns 5.2.6🤖 Generated with Claude Code
Summary by CodeRabbit
Bug Fixes
package.jsonor workspaces declarations, with improved error diagnostics.Documentation