Skip to content

Commit 09dd0a7

Browse files
committed
merge: resolve conflict with origin/main in ROADMAP.md
Keep main's cross-reference to 5.7 for the dependency audit step instead of duplicating the deliverable.
2 parents ed1d34d + 2bd997a commit 09dd0a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/roadmap/ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@ Migrate top-level orchestration and entry points:
12341234
1. **Coverage gate** -- add `vitest --coverage` to CI with minimum threshold (e.g. 80% lines/branches); fail the pipeline when coverage drops below the threshold
12351235
2. **Unified test workflow** -- merge embedding tests into the main CI workflow using a securely stored `HF_TOKEN` secret; eliminate the separate workflow
12361236
3. **Timer cleanup** -- audit and reduce `setTimeout`/`sleep` usage in tests; replace with deterministic waits (event-based, polling with backoff, or `vi.useFakeTimers()`) to reduce flakiness
1237-
4. **Dependency audit step** -- add `npm audit --omit=dev` to CI (shared with 5.7)
1237+
4. > _Dependency audit step is covered by [5.7](#57----supply-chain-security--audit) deliverable 1._
12381238
12391239
**Affected files:** `.github/workflows/ci.yml`, `vitest.config.js`, `tests/`
12401240

0 commit comments

Comments
 (0)