feat(planner): add bridge target version strategy for auto-stamping ledger to app versions

This commit is contained in:
2026-05-19 21:44:57 +00:00
parent c04a094723
commit b3078029e3
8 changed files with 250 additions and 3 deletions
+11
View File
@@ -1,5 +1,16 @@
# Changelog
## Pending
### Features
- add bridge target version strategy for auto-stamping ledger to app versions (planner)
- introduces targetVersionStrategy with strict and bridge modes
- appends an internal no-op bridge step when the migration chain ends before targetVersion
- validates invalid targetVersionStrategy values with a dedicated error
- exports the new strategy type and documents bridge behavior
- adds mongo run and planning tests covering bridge execution, read-only planning, and future migrations after bridging
## 2026-04-30 - 1.3.1 - fix(build)
tighten TypeScript compiler settings and refresh package metadata and dependency versions