Skip to content

chore: ignore memory-core majors until the 1.x migration - #286

Merged
vreshch merged 1 commit into
masterfrom
chore/ignore-memory-core-major
Aug 20, 2026
Merged

chore: ignore memory-core majors until the 1.x migration#286
vreshch merged 1 commit into
masterfrom
chore/ignore-memory-core-major

Conversation

@vreshch

@vreshch vreshch commented Aug 20, 2026

Copy link
Copy Markdown
Member

Guard: @agentage/memory-core@1.0.0 is a breaking new engine (ADR-017); tomorrow 16:00 UTC dependabot would open a hard-failing 0.5->1.0 bump. Ignore majors; drop this when the migration PR lands.

@github-actions

github-actions Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

🎉 PR Validation ✅ PASSED

Commit: 1d10b6753d1a674d82259c696ca0fe932b3f768e
Branch: chore/ignore-memory-core-major

Checks:

  • ✅ Release guard (no version/changelog changes)
  • ✅ Dependencies installed
  • ✅ Type check passed
  • ✅ Linting passed
  • ✅ Format check passed
  • ✅ Tests + coverage passed
  • ✅ Build successful

Ready to merge!


🔗 View workflow run
⏰ Generated at: 2026-08-20T06:11:04.414Z

@vreshch
vreshch merged commit 32b12ff into master Aug 20, 2026
3 checks passed
@vreshch
vreshch deleted the chore/ignore-memory-core-major branch August 20, 2026 06:14
vreshch added a commit that referenced this pull request Aug 21, 2026
Friday train's `npx npm-check-updates -u --dep prod,dev --filter
"@agentage/*"` had no major guard and force-bumped
`@agentage/memory-core` ^0.5.0 -> ^1.0.0 (breaking rewrite), failing
`npm run verify` on TS2305 - run
[32527573819](https://github.com/agentage/cli/actions/runs/32527573819)
red. This defeated the deliberate major-ignore merged in #286.

Fix: add `--target minor` to the ncu invocation so majors stay a
deliberate human/dependabot call.

Dry-run evidence in the worktree (`npx npm-check-updates --filter
"@agentage/*" --target minor`, no `-u`): "All dependencies match the
minor package versions :)" - does NOT propose memory-core ^1.0.x.
Without the cap, ncu currently proposes `@agentage/memory-core ^0.5.0 ->
^1.0.1`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant