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
Automated CI audit (2026-04-14) found 3 recent test failures on PR #32 (fix/ci-workflow-trigger-broadening). These failures are real code bugs, not transient — but they are already fully fixed in PR #33 (fix/ci-consolidated), which is 100% green. No new fix branch is needed.
The main action required is: merge the green PRs in order and close the stale ones.
Failed Runs
Run ID
Workflow
Job
Conclusion
24298790072
Test Plugins
test (20)
failure
24298790072
Test Plugins
test (22)
cancelled (after test(20) failed)
24298790076
Test Stats Plugin
test
failure
24298782547
Test Stats Plugin
test
failure
All on branch fix/ci-workflow-trigger-broadening (PR #32).
Root Cause
PR #32 only changed the workflow YAML to broaden CI triggers — it did not fix the underlying code bugs. When CI started running on that branch, it exposed:
Unused TypeScript imports (TS6133) — tsc --noEmit fails under noUnusedLocals:
Stale hardcoded test dates — plugins/stats/tests/integration.test.ts still used "2026-03-26" as the default date in makeSession(). Three time-windowed tests (getSessionSummary, getTopTools, getDurationTrend) return 0 rows because that date is now 17–19 days outside their 7/14-day query windows.
browser-use version mismatch — marketplace.json still at 1.1.1 while plugin.json is at 1.1.2, causing the marketplace-sync integration test to fail.
Summary
Automated CI audit (2026-04-14) found 3 recent test failures on PR #32 (
fix/ci-workflow-trigger-broadening). These failures are real code bugs, not transient — but they are already fully fixed in PR #33 (fix/ci-consolidated), which is 100% green. No new fix branch is needed.The main action required is: merge the green PRs in order and close the stale ones.
Failed Runs
test (20)test (22)testtestAll on branch
fix/ci-workflow-trigger-broadening(PR #32).Root Cause
PR #32 only changed the workflow YAML to broaden CI triggers — it did not fix the underlying code bugs. When CI started running on that branch, it exposed:
Unused TypeScript imports (TS6133) —
tsc --noEmitfails undernoUnusedLocals:conventions-integration.test.ts:removeGitignoreEntriesdoctor.test.ts:viconventions-manager.ts:existsSyncStale hardcoded test dates —
plugins/stats/tests/integration.test.tsstill used"2026-03-26"as the default date inmakeSession(). Three time-windowed tests (getSessionSummary,getTopTools,getDurationTrend) return 0 rows because that date is now 17–19 days outside their 7/14-day query windows.browser-use version mismatch —
marketplace.jsonstill at1.1.1whileplugin.jsonis at1.1.2, causing themarketplace-syncintegration test to fail.Current PR Landscape
fix/ci-24065489776-ts-and-datesfix/ci-consolidatedfix/ci-all-fixes-finalintegration.test.tsstale dates + browser-use version (also covered by #33)fix/ci-workflow-trigger-broadeningfix/ci-main-browser-use-versionmain; test workflows don't exist there — closefix/ci-24276607217-browser-use-versionfix/ci-typescript-and-stats-dates-resolvedfix/ci-typescript-and-stats-datesRecommended Actions
integration.test.tsrolling-date fix and browser-use1.1.2(it does, per the PR body), fix(ci): complete all-fixes branch — rolling stats dates in integration.test.ts + browser-use 1.1.2 #34 may also be closeable after fix(ci): consolidated — TS imports, stale dates, browser-use version, unrestricted triggers #33 merges.rohan-tessl) — unrelated to CI; review on its own merits.Filed by automated CI maintenance agent. No new fix branch was created because the fixes already exist in green PRs.