chore(work): finish 04-major-bump-reevaluation

This commit is contained in:
2026-05-14 19:34:44 +02:00
parent 1bee0544de
commit 88d3d4b362
2 changed files with 7 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ id: 04-major-bump-reevaluation
epic: 2026-05-14-ci-security-and-supply-chain
title: Major-bump re-evaluation flow
type: technical-story
status: todo
status: done
feature: scripts
depends-on: [01-trace-schema-extensions]
blocks: [05-trace-revalidation-workflow]
@@ -44,4 +44,4 @@ ADR-022 closes the adoption-time gate; ADR-023 closes the drift gate for major-v
## Tasks
- [ ] Extend `scripts/library-decisions/check.mjs` with a `--renovate-pr` mode: detect Renovate branch prefix, parse lockfile diff for bumped deps, classify semver deltas, require fresh `lastRevalidated` on feature/core-tier major bumps (fail with `evaluate-library` pointer if stale), pass app-tier + non-Renovate + minor/patch unconditionally; write integration tests in `check.test.mjs` with fixture trace files and lockfile diffs covering all six cases; one commit, all gates pass.
- [x] Extend `scripts/library-decisions/check.mjs` with a `--renovate-pr` mode: detect Renovate branch prefix, parse lockfile diff for bumped deps, classify semver deltas, require fresh `lastRevalidated` on feature/core-tier major bumps (fail with `evaluate-library` pointer if stale), pass app-tier + non-Renovate + minor/patch unconditionally; write integration tests in `check.test.mjs` with fixture trace files and lockfile diffs covering all six cases; one commit, all gates pass.