- Every 6 hours during active sprints; daily otherwise
- Manifests:
package.json - Lockfiles:
package-lock.json - Triage output to
dependency-sweeper-state.md
- Patch-only auto-fix in worktree + verifier (
npm ci && npm testor equivalent). - Escalate majors and high-sev CVEs.
- Respect denylist packages.
dependency-triage— scans manifests/lockfilesminimal-fix— patches dependencies in worktreeloop-verifier— validates install + tests
dependency-sweeper-state.md— in-flight updates, denylist
- Major upgrades require human approval.
- High-sev CVEs: pause and notify.
- 6h cadence cap: 30k tokens per run
- Max auto-PRs per day: 2
- Log runs to
loop-run-log.md.