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
A CI maintenance audit found 65 total failed runs in the repository. The 10 most recent are all from April 12 on branches fix/ci-all-fixes-final and fix/ci-workflow-trigger-broadening. All failures trace to the same 4 root causes, which are already fixed in open PRs with green CI.
The 10 Most Recent Failed Runs
Run ID
Workflow
Branch
Root Cause
24307096245
Test Stats Plugin
fix/ci-all-fixes-final
Stale dates in integration.test.ts
24307096246
Test Plugins
fix/ci-all-fixes-final
browser-use version mismatch
24307087724
Test Plugins
fix/ci-all-fixes-final
Unused TS import (inherited)
24306967746
Test Plugins
fix/ci-all-fixes-final
Unused TS import (inherited)
24306950584
Test Plugins
fix/ci-all-fixes-final
Unused TS import (inherited)
24306895086
Test Stats Plugin
fix/ci-all-fixes-final
Stale dates (inherited)
24306895101
Test Plugins
fix/ci-all-fixes-final
TS imports + trigger filter
24298790076
Test Stats Plugin
fix/ci-workflow-trigger-broadening
Stale dates (inherited)
24298790072
Test Plugins
fix/ci-workflow-trigger-broadening
TS imports (inherited)
24298782547
Test Stats Plugin
fix/ci-workflow-trigger-broadening
Stale dates (inherited)
Root Causes (all already fixed)
Unused TypeScript imports (TS6133) in tools/claudeup-core: removeGitignoreEntries, vi, existsSync — caused tsc --noEmit to fail.
Stale hardcoded test dates ("2026-03-26") in plugins/stats/tests/db.test.ts and integration.test.ts — drifted outside the 7/14-day rolling query windows.
browser-use version mismatch — plugin.json at 1.1.2, marketplace.json still at 1.1.1.
Hardcoded branch filters in test-plugins.yml and test-stats.yml — branches: [main, fix/ci-type-errors-and-stale-test-date] made CI invisible on all other branches.
Merge PR #34 or PR #33 to unblock CI. Both have fully green CI. PR #34 is the most complete (includes the integration.test.ts date fix that was missing from earlier attempts).
Why no new fix branch was created: All root causes are already fixed in green PRs. Creating another fix branch would add to the existing backlog of 50+ fix/ci-* branches without unblocking anything. The bottleneck is PR review/merge, not missing fixes.
Why main failures look odd
main is a dist-only orphan branch (4070f70) with no .github/workflows directory. The workflow YAML lives on source branches. Failures attributed to main in the GitHub Actions UI actually ran on commits pushed to main before it was converted to a dist branch, and on PRs targeting it. No new source code will be pushed to main — only distribution artifacts.
CI Status Summary (as of 2026-05-06)
A CI maintenance audit found 65 total failed runs in the repository. The 10 most recent are all from April 12 on branches
fix/ci-all-fixes-finalandfix/ci-workflow-trigger-broadening. All failures trace to the same 4 root causes, which are already fixed in open PRs with green CI.The 10 Most Recent Failed Runs
integration.test.tsRoot Causes (all already fixed)
tools/claudeup-core:removeGitignoreEntries,vi,existsSync— causedtsc --noEmitto fail."2026-03-26") inplugins/stats/tests/db.test.tsandintegration.test.ts— drifted outside the 7/14-day rolling query windows.plugin.jsonat1.1.2,marketplace.jsonstill at1.1.1.test-plugins.ymlandtest-stats.yml—branches: [main, fix/ci-type-errors-and-stale-test-date]made CI invisible on all other branches.Current PR Status
main(dist-only, no workflows)Recommended Action
Merge PR #34 or PR #33 to unblock CI. Both have fully green CI. PR #34 is the most complete (includes the
integration.test.tsdate fix that was missing from earlier attempts).Suggested merge order:
fix/ci-all-fixes-final→fix/ci-type-errors-and-stale-test-date) — the most comprehensive fix with green CIWhy no new fix branch was created: All root causes are already fixed in green PRs. Creating another fix branch would add to the existing backlog of 50+
fix/ci-*branches without unblocking anything. The bottleneck is PR review/merge, not missing fixes.Why
mainfailures look oddmainis a dist-only orphan branch (4070f70) with no.github/workflowsdirectory. The workflow YAML lives on source branches. Failures attributed tomainin the GitHub Actions UI actually ran on commits pushed tomainbefore it was converted to a dist branch, and on PRs targeting it. No new source code will be pushed tomain— only distribution artifacts.Generated by CI maintenance agent — 2026-05-06