You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Charter governance check on the CI workflow fails at the Install dependencies step on every open non-draft PR. Subsequent steps (Validate Commits, Drift Scan, ADF Wiring, ADF Evidence) are all skipped as a result.
Verified on two independent PRs (13 days apart, different content):
Once root cause identified: merge fix → rebase PR #22 (dependabot) → rebase PR #27 (cost_health). Do NOT red-merge either without fixing CI first (per `feedback_no_red_merge.md`).
Why now
Security debt on PR #22 is the forcing function. 8 open advisories × 13 days stale × no path to green CI = systemic hole, not a triage queue.
Problem
Charter governance check on the CI workflow fails at the Install dependencies step on every open non-draft PR. Subsequent steps (Validate Commits, Drift Scan, ADF Wiring, ADF Evidence) are all skipped as a result.
Verified on two independent PRs (13 days apart, different content):
Both fail at the same step:
```
Set up job success
Run actions/checkout@v6 success
Run actions/setup-node@v6 success
Install dependencies FAILURE ← root cause
Validate Commits skipped
Drift Scan skipped
ADF Wiring & Pointer Integrity skipped
ADF Evidence skipped
Audit Report FAILURE ← downstream
```
Impact
Likely causes (to investigate)
Fix path
Unblock plan
Once root cause identified: merge fix → rebase PR #22 (dependabot) → rebase PR #27 (cost_health). Do NOT red-merge either without fixing CI first (per `feedback_no_red_merge.md`).
Why now
Security debt on PR #22 is the forcing function. 8 open advisories × 13 days stale × no path to green CI = systemic hole, not a triage queue.