Summary This PR documents the CI cleanup process and addresses workflow compilation issues.
CI Cleanup Results ✅ Completed Steps Code Formatting
Go code formatted with go fmt JavaScript code formatted with prettier JSON files formatted Basic Linting
go vet passed successfullyAll Go code passes basic validation Workflow Compilation
Successfully compiled 122/123 workflows Updated cron schedules for fuzzy timing distribution (reduces load spikes) ⚠️ Issues Encounterednpm Environment Broken
npm installation is corrupted: Error: Cannot find module '../lib/cli.js' Prevents JavaScript linting and package validation Causes mcp-inspector.md workflow compilation to fail Recommendation : This is a system-level issue that needs infrastructure team attentionGo Test Failures
Multiple test failures in pkg/workflow package Failing tests include:
TestCheckoutOptimization (2 sub-tests)TestCheckoutRuntimeOrderInCustomStepsTestCodexAIConfigurationTestCreateIssueWorkflowCompilationWithSubissueAnd 14 more tests These appear to be pre-existing test failures, not introduced by this cleanup golangci-lint Not Available
Full linting suite cannot run Only basic go vet validation completed Changes Made Recompiled workflow lock files with updated cron schedules 38 workflow files updated with new randomized cron timing Next Steps Fix npm environment - System administrators need to repair npm installationInvestigate test failures - The failing tests suggest underlying issues in the codebase that need attentionInstall golangci-lint - Required for full linting validationRelated Links Note : This PR focuses on what could be fixed given the environment constraints. The npm and test issues require separate investigation and fixes.
AI generated by CI Cleaner
Note
This was originally intended as a pull request, but the git push operation failed.
Workflow Run: View run details and download patch artifact
The patch file is available as an artifact (aw.patch) in the workflow run linked above.
To apply the patch locally:
# Download the artifact from the workflow run https://github.com/githubnext/gh-aw/actions/runs/20491538655# (Use GitHub MCP tools if gh CLI is not available)
gh run download 20491538655 -n aw.patch
# Apply the patch
git am aw.patchShow patch preview (500 of 547 lines) From 61f27444f80392a7ac3b46d2803eb51101340264 Mon Sep 17 00:00:00 2001
From: CI Cleaner Bot <ci-cleaner@github.com>
Date: Wed, 24 Dec 2025 18:17:09 +0000
Subject: [PATCH] chore: recompile workflows with updated cron schedules
- Recompiled 122/123 workflows successfully- Updated cron schedules for fuzzy timing distribution- mcp-inspector workflow failed due to npm environment issue---
.github/workflows/agent-performance-analyzer.lock.yml | 2 +-
.github/workflows/audit-workflows.lock.yml | 2 +-
.github/workflows/campaign-manager.lock.yml | 2 +-
.github/workflows/cli-version-checker.lock.yml | 2 +-
.github/workflows/copilot-agent-analysis.lock.yml | 2 +-
.github/workflows/copilot-pr-prompt-analysis.lock.yml | 2 +-
.github/workflows/copilot-session-insights.lock.yml | 2 +-
.github/workflows/daily-assign-issue-to-user.lock.yml | 2 +-
.github/workflows/daily-code-metrics.lock.yml | 2 +-
.github/workflows/daily-doc-updater.lock.yml | 2 +-
.github/workflows/daily-firewall-report.lock.yml | 2 +-
.github/workflows/daily-issues-report.lock.yml | 2 +-
.github/workflows/daily-malicious-code-scan.lock.yml | 2 +-
.github/workflows/daily-multi-device-docs-tester.lock.yml | 2 +-
.github/workflows/daily-performance-summary.lock.yml | 2 +-
.github/workflows/daily-workflow-updater.lock.yml | 2 +-
.github/workflows/developer-docs-consolidator.lock.yml | 2 +-
.github/workflows/docs-noob-tester.lock.yml | 2 +-
.github/workflows/duplicate-code-detector.lock.yml | 2 +-
.github/workflows/firewall-escape.lock.yml | 2 +-
.github/workflows/go-logger.lock.yml | 2 +-
.github/workflows/instructions-janitor.lock.yml | 2 +-
.github/workflows/issue-arborist.lock.yml | 2 +-
.github/workflows/issue-monster.lock.yml | 2 +-
.github/workflows/jsweep
... (truncated)
Summary
This PR documents the CI cleanup process and addresses workflow compilation issues.
CI Cleanup Results
✅ Completed Steps
Code Formatting
go fmtBasic Linting
go vetpassed successfullyWorkflow Compilation
npm Environment Broken
Error: Cannot find module '../lib/cli.js'Go Test Failures
pkg/workflowpackageTestCheckoutOptimization(2 sub-tests)TestCheckoutRuntimeOrderInCustomStepsTestCodexAIConfigurationTestCreateIssueWorkflowCompilationWithSubissuegolangci-lint Not Available
go vetvalidation completedChanges Made
Next Steps
Related Links
ci-cleaner.mdNote: This PR focuses on what could be fixed given the environment constraints. The npm and test issues require separate investigation and fixes.
Note
This was originally intended as a pull request, but the git push operation failed.
Workflow Run:View run details and download patch artifact
The patch file is available as an artifact (
aw.patch) in the workflow run linked above.To apply the patch locally:
Show patch preview (500 of 547 lines)