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
This issue is filed by the CI maintenance agent after auditing all recent failed runs and open fix PRs. No new failures were found — every root cause has been addressed in existing PRs. The problem is that none of those PRs have been merged, causing a growing pile of stale branches and competing fix PRs.
Confirmed Failures (historical, April 2026)
Run ID
Workflow
Branch
Failure
24065489776
Test Plugins
fix/ci-type-errors-and-stale-test-date
tsc --noEmit — 3 unused TS imports (TS6133)
24063290384
Test Plugins
fix/ci-type-errors-and-stale-test-date
shared-deps out of sync + type check
24029941408
Test Stats Plugin
fix/ci-type-errors-and-stale-test-date
stale hardcoded date 2026-03-26 in time-windowed queries
24029941414
Test Stats Plugin
fix/ci-type-errors-and-stale-test-date
same stale date failure
24276607217
Test Plugins
fix/ci-24065489776-ts-and-dates
marketplace-sync: browser-use version mismatch (1.1.1 vs 1.1.2)
24298790072
Test Plugins
fix/ci-workflow-trigger-broadening
inherited TS errors from base branch
24298790076
Test Stats Plugin
fix/ci-workflow-trigger-broadening
inherited stale date from base branch
All of these are from April 12 or earlier. No new failures exist on currently active branches.
PR #33 is all-green, self-contained, and consolidates everything: TS import removal, dynamic test dates, browser-use version bump, and CI trigger broadening. After merging #33, close PRs #22, #23, #24, #28, #32 as superseded, and close #31 as targeting the wrong branch.
Merge PR #33 first, then merge PR #34 (it adds the dynamic date fix to integration.test.ts which #33 already covers via its base). Alternatively, just merge PR #34 directly if it's fully rebased — its CI is also all-green and it contains a superset of #33's fixes.
Branch Cleanup
There are currently 50+ fix/ci-* branches that are stale and no longer needed. After merging the chosen fix PR, consider deleting all fix/ci-* branches except the source branch (fix/ci-type-errors-and-stale-test-date).
Note on Repository Structure
main is a dist-only orphan branch that receives automated distribution commits. It has no CI workflow files. All source code and CI live on fix/ci-type-errors-and-stale-test-date. This is an unusual setup — consider promoting the source branch to main or creating a stable develop/source branch to make the repository structure clearer for future contributors and agents.
CI Maintenance Agent Report — 2026-05-06
This issue is filed by the CI maintenance agent after auditing all recent failed runs and open fix PRs. No new failures were found — every root cause has been addressed in existing PRs. The problem is that none of those PRs have been merged, causing a growing pile of stale branches and competing fix PRs.
Confirmed Failures (historical, April 2026)
tsc --noEmit— 3 unused TS imports (TS6133)2026-03-26in time-windowed queriesmarketplace-sync: browser-use version mismatch (1.1.1 vs 1.1.2)All of these are from April 12 or earlier. No new failures exist on currently active branches.
Root Causes (all now fixed in existing PRs)
removeGitignoreEntries,vi,existsSyncleft behind by refactors intools/claudeup-core. Fixed in PR fix(ci): remove 3 unused TS imports + fix stale stats dates + re-enable CI triggers #24.plugins/stats/tests/db.test.tsandintegration.test.tsused"2026-03-26", which fell outside rolling 7/14-day query windows. Fixed with dynamicTODAY/YESTERDAY/TWO_DAYS_AGOconstants in PR fix(ci): remove 3 unused TS imports + fix stale stats dates + re-enable CI triggers #24 and fix(ci): complete all-fixes branch — rolling stats dates in integration.test.ts + browser-use 1.1.2 #34.plugins/browser-use/plugin.jsonat1.1.2butmarketplace.jsonstill at1.1.1. Fixed in PRs fix(ci): remove 3 unused TS imports + fix stale stats dates + re-enable CI triggers #24/fix(marketplace): bump browser-use version 1.1.1 → 1.1.2 in marketplace.json #28/fix(ci): complete all-fixes branch — rolling stats dates in integration.test.ts + browser-use 1.1.2 #34.test-plugins.ymlandtest-stats.ymlhad abranchesallowlist that made most fix branches invisible to CI. Fixed in PRs fix(ci): remove hardcoded branch filters from workflow triggers #32/fix(ci): consolidated — TS imports, stale dates, browser-use version, unrestricted triggers #33.Open PRs Status
main)Recommended Action
Simplest path (one merge):
Merge PR #33 (
fix/ci-consolidated→fix/ci-type-errors-and-stale-test-date)PR #33 is all-green, self-contained, and consolidates everything: TS import removal, dynamic test dates, browser-use version bump, and CI trigger broadening. After merging #33, close PRs #22, #23, #24, #28, #32 as superseded, and close #31 as targeting the wrong branch.
If you want the extra date fix in #34:
Merge PR #33 first, then merge PR #34 (it adds the dynamic date fix to
integration.test.tswhich #33 already covers via its base). Alternatively, just merge PR #34 directly if it's fully rebased — its CI is also all-green and it contains a superset of #33's fixes.Branch Cleanup
There are currently 50+
fix/ci-*branches that are stale and no longer needed. After merging the chosen fix PR, consider deleting allfix/ci-*branches except the source branch (fix/ci-type-errors-and-stale-test-date).Note on Repository Structure
mainis a dist-only orphan branch that receives automated distribution commits. It has no CI workflow files. All source code and CI live onfix/ci-type-errors-and-stale-test-date. This is an unusual setup — consider promoting the source branch tomainor creating a stabledevelop/sourcebranch to make the repository structure clearer for future contributors and agents.