Skip to content

[agentics] agentic workflows out of sync #13755

@github-actions

Description

@github-actions

Problem

The workflow lock files (.lock.yml) are out of sync with their source markdown files (.md). This means the workflows that run in GitHub Actions are not using the latest configuration.

What needs to be done

The workflows need to be recompiled to regenerate the lock files from the markdown sources.

Instructions

Recompile all workflows using one of the following methods:

Using gh aw CLI

gh aw compile --validate --verbose

Using gh-aw MCP Server

If you have the gh-aw MCP server configured, use the compile tool:

{
  "tool": "compile",
  "arguments": {
    "validate": true,
    "verbose": true
  }
}

This will:

  1. Build the latest version of gh-aw
  2. Compile all workflow markdown files to YAML lock files
  3. Ensure all workflows are up to date

After recompiling, commit the changes with a message like:

Recompile workflows to update lock files

Detected Changes

The following workflow lock files have changes:

View diff
diff --git a/.github/workflows/agent-performance-analyzer.lock.yml b/.github/workflows/agent-performance-analyzer.lock.yml
index 21ce2e6..ba7564f 100644
--- a/.github/workflows/agent-performance-analyzer.lock.yml
+++ b/.github/workflows/agent-performance-analyzer.lock.yml
@@ -30,7 +30,7 @@
 name: "Agent Performance Analyzer - Meta-Orchestrator"
 "on":
   schedule:
-  - cron: "48 4 * * *"
+  - cron: "13 1 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/agent-persona-explorer.lock.yml b/.github/workflows/agent-persona-explorer.lock.yml
index b356c4f..5efcf72 100644
--- a/.github/workflows/agent-persona-explorer.lock.yml
+++ b/.github/workflows/agent-persona-explorer.lock.yml
@@ -30,7 +30,7 @@
 name: "Agent Persona Explorer"
 "on":
   schedule:
-  - cron: "9 5 * * *"
+  - cron: "12 6 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/artifacts-summary.lock.yml b/.github/workflows/artifacts-summary.lock.yml
index d4abd8d..cfd8f95 100644
--- a/.github/workflows/artifacts-summary.lock.yml
+++ b/.github/workflows/artifacts-summary.lock.yml
@@ -31,7 +31,7 @@
 name: "Artifacts Summary"
 "on":
   schedule:
-  - cron: "39 6 * * 0"
+  - cron: "24 6 * * 0"
     # Friendly format: weekly on sunday around 06:00 (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/audit-workflows.lock.yml b/.github/workflows/audit-workflows.lock.yml
index c9d38c0..e4d5d2c 100644
--- a/.github/workflows/audit-workflows.lock.yml
+++ b/.github/workflows/audit-workflows.lock.yml
@@ -32,7 +32,7 @@
 name: "Agentic Workflow Audit Agent"
 "on":
   schedule:
-  - cron: "37 3 * * *"
+  - cron: "6 13 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/auto-triage-issues.lock.yml b/.github/workflows/auto-triage-issues.lock.yml
index 1177e34..148bd0b 100644
--- a/.github/workflows/auto-triage-issues.lock.yml
+++ b/.github/workflows/auto-triage-issues.lock.yml
@@ -34,7 +34,7 @@ name: "Auto-Triage Issues"
     - opened
     - edited
   schedule:
-  - cron: "2 */6 * * *"
+  - cron: "59 */6 * * *"
     # Friendly format: every 6h (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/blog-auditor.lock.yml b/.github/workflows/blog-auditor.lock.yml
index 46a53cc..3826bbc 100644
--- a/.github/workflows/blog-auditor.lock.yml
+++ b/.github/workflows/blog-auditor.lock.yml
@@ -30,7 +30,7 @@
 name: "Blog Auditor"
 "on":
   schedule:
-  - cron: "4 11 * * 3"
+  - cron: "57 12 * * 3"
     # Friendly format: weekly on wednesday around 12:00 (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/claude-code-user-docs-review.lock.yml b/.github/workflows/claude-code-user-docs-review.lock.yml
index 5c40bc3..4cb99a7 100644
--- a/.github/workflows/claude-code-user-docs-review.lock.yml
+++ b/.github/workflows/claude-code-user-docs-review.lock.yml
@@ -26,7 +26,7 @@
 name: "Claude Code User Documentation Review"
 "on":
   schedule:
-  - cron: "32 13 * * *"
+  - cron: "57 16 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/cli-version-checker.lock.yml b/.github/workflows/cli-version-checker.lock.yml
index 48c2985..fc64561 100644
--- a/.github/workflows/cli-version-checker.lock.yml
+++ b/.github/workflows/cli-version-checker.lock.yml
@@ -31,7 +31,7 @@
 name: "CLI Version Checker"
 "on":
   schedule:
-  - cron: "2 19 * * *"
+  - cron: "5 12 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/code-simplifier.lock.yml b/.github/workflows/code-simplifier.lock.yml
index 268de2d..18a7be5 100644
--- a/.github/workflows/code-simplifier.lock.yml
+++ b/.github/workflows/code-simplifier.lock.yml
@@ -30,7 +30,7 @@
 name: "Code Simplifier"
 "on":
   schedule:
-  - cron: "9 14 * * *"
+  - cron: "46 19 * * *"
     # Friendly format: daily (scattered)
   # skip-if-match: is:pr is:open in:title "[code-simplifier]" # Skip-if-match processed as search check in pre-activation job
   workflow_dispatch:
diff --git a/.github/workflows/copilot-agent-analysis.lock.yml b/.github/workflows/copilot-agent-analysis.lock.yml
index c49bbb1..a8d3c2f 100644
--- a/.github/workflows/copilot-agent-analysis.lock.yml
+++ b/.github/workflows/copilot-agent-analysis.lock.yml
@@ -32,7 +32,7 @@
 name: "Copilot Agent PR Analysis"
 "on":
   schedule:
-  - cron: "2 5 * * *"
+  - cron: "19 5 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/copilot-cli-deep-research.lock.yml b/.github/workflows/copilot-cli-deep-research.lock.yml
index 6bef91c..5058ccd 100644
--- a/.github/workflows/copilot-cli-deep-research.lock.yml
+++ b/.github/workflows/copilot-cli-deep-research.lock.yml
@@ -30,7 +30,7 @@
 name: "Copilot CLI Deep Research Agent"
 "on":
   schedule:
-  - cron: "55 15 * * *"
+  - cron: "12 15 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/copilot-pr-prompt-analysis.lock.yml b/.github/workflows/copilot-pr-prompt-analysis.lock.yml
index 85fd71d..df15cb9 100644
--- a/.github/workflows/copilot-pr-prompt-analysis.lock.yml
+++ b/.github/workflows/copilot-pr-prompt-analysis.lock.yml
@@ -32,7 +32,7 @@
 name: "Copilot PR Prompt Pattern Analysis"
 "on":
   schedule:
-  - cron: "56 11 * * *"
+  - cron: "1 12 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/copilot-session-insights.lock.yml b/.github/workflows/copilot-session-insights.lock.yml
index d7f48ca..34f00ed 100644
--- a/.github/workflows/copilot-session-insights.lock.yml
+++ b/.github/workflows/copilot-session-insights.lock.yml
@@ -35,7 +35,7 @@
 name: "Copilot Session Insights"
 "on":
   schedule:
-  - cron: "54 5 * * *"
+  - cron: "43 11 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/daily-assign-issue-to-user.lock.yml b/.github/workflows/daily-assign-issue-to-user.lock.yml
index 9f6ced4..4ac0c36 100644
--- a/.github/workflows/daily-assign-issue-to-user.lock.yml
+++ b/.github/workflows/daily-assign-issue-to-user.lock.yml
@@ -25,7 +25,7 @@
 name: "Auto-Assign Issue"
 "on":
   schedule:
-  - cron: "50 5 * * *"
+  - cron: "3 1 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/daily-cli-performance.lock.yml b/.github/workflows/daily-cli-performance.lock.yml
index 1f98018..578c1e6 100644
--- a/.github/workflows/daily-cli-performance.lock.yml
+++ b/.github/workflows/daily-cli-performance.lock.yml
@@ -31,7 +31,7 @@
 name: "Daily CLI Performance Agent"
 "on":
   schedule:
-  - cron: "2 22 * * *"
+  - cron: "21 11 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/daily-code-metrics.lock.yml b/.github/workflows/daily-code-metrics.lock.yml
index 4cf88a2..cae5a96 100644
--- a/.github/workflows/daily-code-metrics.lock.yml
+++ b/.github/workflows/daily-code-metrics.lock.yml
@@ -32,7 +32,7 @@
 name: "Daily Code Metrics and Trend Tracking Agent"
 "on":
   schedule:
-  - cron: "2 17 * * *"
+  - cron: "43 10 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/daily-compiler-quality.lock.yml b/.github/workflows/daily-compiler-quality.lock.yml
index d45306c..b270976 100644
--- a/.github/workflows/daily-compiler-quality.lock.yml
+++ b/.github/workflows/daily-compiler-quality.lock.yml
@@ -30,7 +30,7 @@
 name: "Daily Compiler Quality Check"
 "on":
   schedule:
-  - cron: "10 4 * * *"
+  - cron: "55 14 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/daily-doc-updater.lock.yml b/.github/workflows/daily-doc-updater.lock.yml
index 9da09a5..2b30326 100644
--- a/.github/workflows/daily-doc-updater.lock.yml
+++ b/.github/workflows/daily-doc-updater.lock.yml
@@ -26,7 +26,7 @@
 name: "Daily Documentation Updater"
 "on":
   schedule:
-  - cron: "55 17 * * *"
+  - cron: "8 8 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/daily-firewall-report.lock.yml b/.github/workflows/daily-firewall-report.lock.yml
index 33efa1b..9f23078 100644
--- a/.github/workflows/daily-firewall-report.lock.yml
+++ b/.github/workflows/daily-firewall-report.lock.yml
@@ -31,7 +31,7 @@
 name: "Daily Firewall Logs Collector and Reporter"
 "on":
   schedule:
-  - cron: "26 12 * * *"
+  - cron: "25 3 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/daily-issues-report.lock.yml b/.github/workflows/daily-issues-report.lock.yml
index 8215a25..f9f22b7 100644
--- a/.github/workflows/daily-issues-report.lock.yml
+++ b/.github/workflows/daily-issues-report.lock.yml
@@ -34,7 +34,7 @@
 name: "Daily Issues Report Generator"
 "on":
   schedule:
-  - cron: "10 16 * * *"
+  - cron: "45 8 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/daily-malicious-code-scan.lock.yml b/.github/workflows/daily-malicious-code-scan.lock.yml
index 636e179..e06af7c 100644
--- a/.github/workflows/daily-malicious-code-scan.lock.yml
+++ b/.github/workflows/daily-malicious-code-scan.lock.yml
@@ -30,7 +30,7 @@
 name: "Daily Malicious Code Scan Agent"
 "on":
   schedule:
-  - cron: "47 2 * * *"
+  - cron: "24 18 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/daily-multi-device-docs-tester.lock.yml b/.github/workflows/daily-multi-device-docs-tester.lock.yml
index 739546e..055a15a 100644
--- a/.github/workflows/daily-multi-device-docs-tester.lock.yml
+++ b/.github/workflows/daily-multi-device-docs-tester.lock.yml
@@ -31,7 +31,7 @@
 name: "Multi-Device Docs Tester"
 "on":
   schedule:
-  - cron: "19 9 * * *"
+  - cron: "18 16 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
     inputs:
diff --git a/.github/workflows/daily-observability-report.lock.yml b/.github/workflows/daily-observability-report.lock.yml
index 8d15c89..390ba94 100644
--- a/.github/workflows/daily-observability-report.lock.yml
+++ b/.github/workflows/daily-observability-report.lock.yml
@@ -30,7 +30,7 @@
 name: "Daily Observability Report for AWF Firewall and MCP Gateway"
 "on":
   schedule:
-  - cron: "19 16 * * *"
+  - cron: "54 6 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/daily-performance-summary.lock.yml b/.github/workflows/daily-performance-summary.lock.yml
index d654082..6339311 100644
--- a/.github/workflows/daily-performance-summary.lock.yml
+++ b/.github/workflows/daily-performance-summary.lock.yml
@@ -32,7 +32,7 @@
 name: "Daily Project Performance Summary Generator (Using Safe Inputs)"
 "on":
   schedule:
-  - cron: "24 2 * * *"
+  - cron: "35 7 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/daily-regulatory.lock.yml b/.github/workflows/daily-regulatory.lock.yml
index 69eff32..8c3b307 100644
--- a/.github/workflows/daily-regulatory.lock.yml
+++ b/.github/workflows/daily-regulatory.lock.yml
@@ -31,7 +31,7 @@
 name: "Daily Regulatory Report Generator"
 "on":
   schedule:
-  - cron: "51 18 * * *"
+  - cron: "14 5 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/daily-safe-output-optimizer.lock.yml b/.github/workflows/daily-safe-output-optimizer.lock.yml
index 581d68f..11875ae 100644
--- a/.github/workflows/daily-safe-output-optimizer.lock.yml
+++ b/.github/workflows/daily-safe-output-optimizer.lock.yml
@@ -31,7 +31,7 @@
 name: "Daily Safe Output Tool Optimizer"
 "on":
   schedule:
-  - cron: "0 4 * * *"
+  - cron: "15 21 * * *"
     # Friendly format: daily (scattered)
   # skip-if-match: is:issue is:open in:title "[safeoutputs]" # Skip-if-match processed as search check in pre-activation job
   workflow_dispatch:
diff --git a/.github/workflows/daily-secrets-analysis.lock.yml b/.github/workflows/daily-secrets-analysis.lock.yml
index 2f1976a..90b31c4 100644
--- a/.github/workflows/daily-secrets-analysis.lock.yml
+++ b/.github/workflows/daily-secrets-analysis.lock.yml
@@ -30,7 +30,7 @@
 name: "Daily Secrets Analysis Agent"
 "on":
   schedule:
-  - cron: "31 9 * * *"
+  - cron: "14 18 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/daily-semgrep-scan.lock.yml b/.github/workflows/daily-semgrep-scan.lock.yml
index c5ddf3f..bde66fd 100644
--- a/.github/workflows/daily-semgrep-scan.lock.yml
+++ b/.github/workflows/daily-semgrep-scan.lock.yml
@@ -30,7 +30,7 @@
 name: "Daily Semgrep Scan"
 "on":
   schedule:
-  - cron: "28 9 * * *"
+  - cron: "53 18 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/daily-team-evolution-insights.lock.yml b/.github/workflows/daily-team-evolution-insights.lock.yml
index f5cb5a5..c45772c 100644
--- a/.github/workflows/daily-team-evolution-insights.lock.yml
+++ b/.github/workflows/daily-team-evolution-insights.lock.yml
@@ -30,7 +30,7 @@
 name: "Daily Team Evolution Insights"
 "on":
   schedule:
-  - cron: "54 10 * * *"
+  - cron: "17 2 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/daily-testify-uber-super-expert.lock.yml b/.github/workflows/daily-testify-uber-super-expert.lock.yml
index 2801af3..4a321ae 100644
--- a/.github/workflows/daily-testify-uber-super-expert.lock.yml
+++ b/.github/workflows/daily-testify-uber-super-expert.lock.yml
@@ -31,7 +31,7 @@
 name: "Daily Testify Uber Super Expert"
 "on":
   schedule:
-  - cron: "59 10 * * *"
+  - cron: "8 11 * * *"
     # Friendly format: daily (scattered)
   # skip-if-match: is:issue is:open in:title "[testify-expert]" # Skip-if-match processed as search check in pre-activation job
   workflow_dispatch:
diff --git a/.github/workflows/daily-workflow-updater.lock.yml b/.github/workflows/daily-workflow-updater.lock.yml
index 48d370a..2a2fbdb 100644
--- a/.github/workflows/daily-workflow-updater.lock.yml
+++ b/.github/workflows/daily-workflow-updater.lock.yml
@@ -26,7 +26,7 @@
 name: "Daily Workflow Updater"
 "on":
   schedule:
-  - cron: "18 5 * * *"
+  - cron: "7 11 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/delight.lock.yml b/.github/workflows/delight.lock.yml
index 6d036db..4001082 100644
--- a/.github/workflows/delight.lock.yml
+++ b/.github/workflows/delight.lock.yml
@@ -31,7 +31,7 @@
 name: "Delight"
 "on":
   schedule:
-  - cron: "22 8 * * *"
+  - cron: "13 21 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/developer-docs-consolidator.lock.yml b/.github/workflows/developer-docs-consolidator.lock.yml
index f53d70a..7aa626a 100644
--- a/.github/workflows/developer-docs-consolidator.lock.yml
+++ b/.github/workflows/developer-docs-consolidator.lock.yml
@@ -30,7 +30,7 @@
 name: "Developer Documentation Consolidator"
 "on":
   schedule:
-  - cron: "3 10 * * *"
+  - cron: "52 11 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/discussion-task-miner.lock.yml b/.github/workflows/discussion-task-miner.lock.yml
index e61859a..8af6876 100644
--- a/.github/workflows/discussion-task-miner.lock.yml
+++ b/.github/workflows/discussion-task-miner.lock.yml
@@ -31,7 +31,7 @@
 name: "Discussion Task Miner - Code Quality Improvement Agent"
 "on":
   schedule:
-  - cron: "57 */4 * * *"
+  - cron: "54 */4 * * *"
     # Friendly format: every 4h (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/docs-noob-tester.lock.yml b/.github/workflows/docs-noob-tester.lock.yml
index 90fe505..a0917bd 100644
--- a/.github/workflows/docs-noob-tester.lock.yml
+++ b/.github/workflows/docs-noob-tester.lock.yml
@@ -30,7 +30,7 @@
 name: "Documentation Noob Tester"
 "on":
   schedule:
-  - cron: "29 7 * * *"
+  - cron: "0 5 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/draft-pr-cleanup.lock.yml b/.github/workflows/draft-pr-cleanup.lock.yml
index e5e698d..eb25e42 100644
--- a/.github/workflows/draft-pr-cleanup.lock.yml
+++ b/.github/workflows/draft-pr-cleanup.lock.yml
@@ -26,7 +26,7 @@
 name: "Draft PR Cleanup"
 "on":
   schedule:
-  - cron: "34 0 * * *"
+  - cron: "15 19 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/duplicate-code-detector.lock.yml b/.github/workflows/duplicate-code-detector.lock.yml
index 891d76a..1924a8e 100644
--- a/.github/workflows/duplicate-code-detector.lock.yml
+++ b/.github/workflows/duplicate-code-detector.lock.yml
@@ -26,7 +26,7 @@
 name: "Duplicate Code Detector"
 "on":
   schedule:
-  - cron: "19 19 * * *"
+  - cron: "28 5 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/example-workflow-analyzer.lock.yml b/.github/workflows/example-workflow-analyzer.lock.yml
index 30bcf7a..635673e 100644
--- a/.github/workflows/example-workflow-analyzer.lock.yml
+++ b/.github/workflows/example-workflow-analyzer.lock.yml
@@ -30,7 +30,7 @@
 name: "Weekly Workflow Analysis"
 "on":
   schedule:
-  - cron: "38 9 * * 1"
+  - cron: "37 9 * * 1"
     # Friendly format: weekly on monday around 09:00 (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/firewall-escape.lock.yml b/.github/workflows/firewall-escape.lock.yml
index cedbd21..b47f637 100644
--- a/.github/workflows/firewall-escape.lock.yml
+++ b/.github/workflows/firewall-escape.lock.yml
@@ -31,7 +31,7 @@ name: "The Great Escapi"
     types:
     - labeled
   schedule:
-  - cron: "49 0 * * *"
+  - cron: "58 8 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/github-mcp-tools-report.lock.yml b/.github/workflows/github-mcp-tools-report.lock.yml
index 10e4c34..920e36d 100644
--- a/.github/workflows/github-mcp-tools-report.lock.yml
+++ b/.github/workflows/github-mcp-tools-report.lock.yml
@@ -30,7 +30,7 @@
 name: "GitHub MCP Remote Server Tools Report Generator"
 "on":
   schedule:
-  - cron: "50 12 * * 0"
+  - cron: "1 12 * * 0"
     # Friendly format: weekly on sunday around 12:00 (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/github-remote-mcp-auth-test.lock.yml b/.github/workflows/github-remote-mcp-auth-test.lock.yml
index 11892a8..2544550 100644
--- a/.github/workflows/github-remote-mcp-auth-test.lock.yml
+++ b/.github/workflows/github-remote-mcp-auth-test.lock.yml
@@ -26,7 +26,7 @@
 name: "GitHub Remote MCP Authentication Test"
 "on":
   schedule:
-  - cron: "46 11 * * *"
+  - cron: "57 3 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/go-logger.lock.yml b/.github/workflows/go-logger.lock.yml
index 7872ad9..f00c8f4 100644
--- a/.github/workflows/go-logger.lock.yml
+++ b/.github/workflows/go-logger.lock.yml
@@ -30,7 +30,7 @@
 name: "Go Logger Enhancement"
 "on":
   schedule:
-  - cron: "14 6 * * *"
+  - cron: "13 7 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/instructions-janitor.lock.yml b/.github/workflows/instructions-janitor.lock.yml
index 8a89d58..cca4f4d 100644
--- a/.github/workflows/instructions-janitor.lock.yml
+++ b/.github/workflows/instructions-janitor.lock.yml
@@ -26,7 +26,7 @@
 name: "Instructions Janitor"
 "on":
   schedule:
-  - cron: "18 20 * * *"
+  - cron: "59 7 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/issue-arborist.lock.yml b/.github/workflows/issue-arborist.lock.yml
index f3eaed1..72ef609 100644
--- a/.github/workflows/issue-arborist.lock.yml
+++ b/.github/workflows/issue-arborist.lock.yml
@@ -30,7 +30,7 @@
 name: "Issue Arborist"
 "on":
   schedule:
-  - cron: "33 14 * * *"
+  - cron: "52 20 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/issue-monster.lock.yml b/.github/workflows/issue-monster.lock.yml
index c4e22ab..45e43ba 100644
--- a/.github/workflows/issue-monster.lock.yml
+++ b/.github/workflows/issue-monster.lock.yml
@@ -26,7 +26,7 @@
 name: "Issue Monster"
 "on":
   schedule:
-  - cron: "49 */1 * * *"
+  - cron: "58 */1 * * *"
     # Friendly format: every 1h (scattered)
   # skip-if-match: # Skip-if-match processed as search check in pre-activation job
     # max: 9
diff --git a/.github/workflows/jsweep.lock.yml b/.github/workflows/jsweep.lock.yml
index 919d740..666555f 100644
--- a/.github/workflows/jsweep.lock.yml
+++ b/.github/workflows/jsweep.lock.yml
@@ -26,7 +26,7 @@
 name: "jsweep - JavaScript Unbloater"
 "on":
   schedule:
-  - cron: "47 14 * * *"
+  - cron: "10 7 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/lockfile-stats.lock.yml b/.github/workflows/lockfile-stats.lock.yml
index 4145a18..abc617b 100644
--- a/.github/workflows/lockfile-stats.lock.yml
+++ b/.github/workflows/lockfile-stats.lock.yml
@@ -30,7 +30,7 @@
 name: "Lockfile Statistics Analysis Agent"
 "on":
   schedule:
-  - cron: "48 14 * * *"
+  - cron: "9 8 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/mcp-inspector.lock.yml b/.github/workflows/mcp-inspector.lock.yml
index dad6921..0893d58 100644
--- a/.github/workflows/mcp-inspector.lock.yml
+++ b/.github/workflows/mcp-inspector.lock.yml
@@ -44,7 +44,7 @@
 name: "MCP Inspector Agent"
 "on":
   schedule:
-  - cron: "45 18 * * 1"
+  - cron: "10 18 * * 1"
     # Friendly format: weekly on monday around 18:00 (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/metrics-collector.lock.yml b/.github/workflows/metrics-collector.lock.yml
index 5cc495f..e20064c 100644
--- a/.github/workflows/metrics-collector.lock.yml
+++ b/.github/workflows/metrics-collector.lock.yml
@@ -26,7 +26,7 @@
 name: "Metrics Collector - Infrastructure Agent"
 "on":
   schedule:
-  - cron: "28 14 * * *"
+  - cron: "23 20 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/org-health-report.lock.yml b/.github/workflows/org-health-report.lock.yml
index 17b4315..1173535 100644
--- a/.github/workflows/org-health-report.lock.yml
+++ b/.github/workflows/org-health-report.lock.yml
@@ -32,7 +32,7 @@
 name: "Organization Health Report"
 "on":
   schedule:
-  - cron: "33 9 * * 1"
+  - cron: "50 9 * * 1"
     # Friendly format: weekly on monday around 09:00 (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/portfolio-analyst.lock.yml b/.github/workflows/portfolio-analyst.lock.yml
index db9a8e7..20f125c 100644
--- a/.github/workflows/portfolio-analyst.lock.yml
+++ b/.github/workflows/portfolio-analyst.lock.yml
@@ -32,7 +32,7 @@
 name: "Automated Portfolio Analyst"
 "on":
   schedule:
-  - cron: "8 8 * * 1"
+  - cron: "39 8 * * 1"
     # Friendly format: weekly on monday around 09:00 (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/prompt-clustering-analysis.lock.yml b/.github/workflows/prompt-clustering-analysis.lock.yml
index 5fcc9fa..d9c0fb4 100644
--- a/.github/workflows/prompt-clustering-analysis.lock.yml
+++ b/.github/workflows/prompt-clustering-analysis.lock.yml
@@ -33,7 +33,7 @@
 name: "Copilot Agent Prompt Clustering Analysis"
 "on":
   schedule:
-  - cron: "13 6 * * *"
+  - cron: "0 4 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/repo-tree-map.lock.yml b/.github/workflows/repo-tree-map.lock.yml
index 8d42c22..73f98b0 100644
--- a/.github/workflows/repo-tree-map.lock.yml
+++ b/.github/workflows/repo-tree-map.lock.yml
@@ -30,7 +30,7 @@
 name: "Repository Tree Map Generator"
 "on":
   schedule:
-  - cron: "17 14 * * 1"
+  - cron: "34 14 * * 1"
     # Friendly format: weekly on monday around 15:00 (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/safe-output-health.lock.yml b/.github/workflows/safe-output-health.lock.yml
index 62fc4c8..52dfd2a 100644
--- a/.github/workflows/safe-output-health.lock.yml
+++ b/.github/workflows/safe-output-health.lock.yml
@@ -31,7 +31,7 @@
 name: "Safe Output Health Monitor"
 "on":
   schedule:
-  - cron: "15 23 * * *"
+  - cron: "54 7 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/schema-consistency-checker.lock.yml b/.github/workflows/schema-consistency-checker.lock.yml
index c1b5427..96fa126 100644
--- a/.github/workflows/schema-consistency-checker.lock.yml
+++ b/.github/workflows/schema-consistency-checker.lock.yml
@@ -30,7 +30,7 @@
 name: "Schema Consistency Checker"
 "on":
   schedule:
-  - cron: "41 23 * * *"
+  - cron: "24 6 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/semantic-function-refactor.lock.yml b/.github/workflows/semantic-function-refactor.lock.yml
index fbe9e14..6c76a04 100644
--- a/.github/workflows/semantic-function-refactor.lock.yml
+++ b/.github/workflows/semantic-function-refactor.lock.yml
@@ -30,7 +30,7 @@
 name: "Semantic Function Refactoring"
 "on":
   schedule:
-  - cron: "53 14 * * *"
+  - cron: "20 7 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/sergo.lock.yml b/.github/workflows/sergo.lock.yml
index 3405286..d59bbde 100644
--- a/.github/workflows/sergo.lock.yml
+++ b/.github/workflows/sergo.lock.yml
@@ -30,7 +30,7 @@
 name: "Sergo - Serena Go Expert"
 "on":
   schedule:
-  - cron: "53 8 * * *"
+  - cron: "34 21 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/smoke-claude.lock.yml b/.github/workflows/smoke-claude.lock.yml
index 84bc54d..c2a1989 100644
--- a/.github/workflows/smoke-claude.lock.yml
+++ b/.github/workflows/smoke-claude.lock.yml
@@ -41,7 +41,7 @@ name: "Smoke Claude"
     types:
     - labeled
   schedule:
-  - cron: "27 */12 * * *"
+  - cron: "18 */12 * * *"
   workflow_dispatch: null
 
 permissions: {}
diff --git a/.github/workflows/smoke-codex.lock.yml b/.github/workflows/smoke-codex.lock.yml
index 2b4ea33..b570a05 100644
--- a/.github/workflows/smoke-codex.lock.yml
+++ b/.github/workflows/smoke-codex.lock.yml
@@ -38,7 +38,7 @@ name: "Smoke Codex"
     types:
     - labeled
   schedule:
-  - cron: "16 */12 * * *"
+  - cron: "31 */12 * * *"
   workflow_dispatch: null
 
 permissions: {}
diff --git a/.github/workflows/smoke-copilot.lock.yml b/.github/workflows/smoke-copilot.lock.yml
index 0d40a1f..4fcc2b4 100644
--- a/.github/workflows/smoke-copilot.lock.yml
+++ b/.github/workflows/smoke-copilot.lock.yml
@@ -37,7 +37,7 @@ name: "Smoke Copilot"
     types:
     - labeled
   schedule:
-  - cron: "1 */12 * * *"
+  - cron: "46 */12 * * *"
   workflow_dispatch: null
 
 permissions: {}
diff --git a/.github/workflows/smoke-opencode.lock.yml b/.github/workflows/smoke-opencode.lock.yml
index 67e698f..02cc4e6 100644
--- a/.github/workflows/smoke-opencode.lock.yml
+++ b/.github/workflows/smoke-opencode.lock.yml
@@ -37,7 +37,7 @@ name: "Smoke OpenCode"
     types:
     - labeled
   schedule:
-  - cron: "10 11 * * *"
+  - cron: "3 3 * * *"
   workflow_dispatch: null
 
 permissions: {}
diff --git a/.github/workflows/smoke-test-tools.lock.yml b/.github/workflows/smoke-test-tools.lock.yml
index dd95dfd..1112338 100644
--- a/.github/workflows/smoke-test-tools.lock.yml
+++ b/.github/workflows/smoke-test-tools.lock.yml
@@ -31,7 +31,7 @@ name: "Agent Container Smoke Test"
     types:
     - labeled
   schedule:
-  - cron: "23 */12 * * *"
+  - cron: "54 */12 * * *"
     # Friendly format: every 12h (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/static-analysis-report.lock.yml b/.github/workflows/static-analysis-report.lock.yml
index 144142d..dfb4694 100644
--- a/.github/workflows/static-analysis-report.lock.yml
+++ b/.github/workflows/static-analysis-report.lock.yml
@@ -30,7 +30,7 @@
 name: "Static Analysis Report"
 "on":
   schedule:
-  - cron: "21 14 * * *"
+  - cron: "16 21 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/step-name-alignment.lock.yml b/.github/workflows/step-name-alignment.lock.yml
index 0819b15..60853f4 100644
--- a/.github/workflows/step-name-alignment.lock.yml
+++ b/.github/workflows/step-name-alignment.lock.yml
@@ -26,7 +26,7 @@
 name: "Step Name Alignment"
 "on":
   schedule:
-  - cron: "19 2 * * *"
+  - cron: "44 23 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/sub-issue-closer.lock.yml b/.github/workflows/sub-issue-closer.lock.yml
index 94ea53b..21cd5ff 100644
--- a/.github/workflows/sub-issue-closer.lock.yml
+++ b/.github/workflows/sub-issue-closer.lock.yml
@@ -26,7 +26,7 @@
 name: "Sub-Issue Closer"
 "on":
   schedule:
-  - cron: "42 23 * * *"
+  - cron: "19 11 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/terminal-stylist.lock.yml b/.github/workflows/terminal-stylist.lock.yml
index 385477b..1cfb153 100644
--- a/.github/workflows/terminal-stylist.lock.yml
+++ b/.github/workflows/terminal-stylist.lock.yml
@@ -26,7 +26,7 @@
 name: "Terminal Stylist"
 "on":
   schedule:
-  - cron: "28 8 * * *"
+  - cron: "13 0 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/ubuntu-image-analyzer.lock.yml b/.github/workflows/ubuntu-image-analyzer.lock.yml
index 7af9eec..f0e3943 100644
--- a/.github/workflows/ubuntu-image-analyzer.lock.yml
+++ b/.github/workflows/ubuntu-image-analyzer.lock.yml
@@ -26,7 +26,7 @@
 name: "Ubuntu Actions Image Analyzer"
 "on":
   schedule:
-  - cron: "21 15 * * 0"
+  - cron: "6 6 * * 6"
     # Friendly format: weekly (scattered)
   # skip-if-match: is:pr is:open in:title "[ubuntu-image]" # Skip-if-match processed as search check in pre-activation job
   workflow_dispatch:
diff --git a/.github/workflows/unbloat-docs.lock.yml b/.github/workflows/unbloat-docs.lock.yml
index 85c1838..a5e3671 100644
--- a/.github/workflows/unbloat-docs.lock.yml
+++ b/.github/workflows/unbloat-docs.lock.yml
@@ -35,7 +35,7 @@ name: "Documentation Unbloat"
     - created
     - edited
   schedule:
-  - cron: "46 14 * * *"
+  - cron: "19 17 * * *"
   workflow_dispatch: null
 
 permissions: {}
diff --git a/.github/workflows/workflow-health-manager.lock.yml b/.github/workflows/workflow-health-manager.lock.yml
index 80b72a7..6dab73f 100644
--- a/.github/workflows/workflow-health-manager.lock.yml
+++ b/.github/workflows/workflow-health-manager.lock.yml
@@ -30,7 +30,7 @@
 name: "Workflow Health Manager - Meta-Orchestrator"
 "on":
   schedule:
-  - cron: "13 2 * * *"
+  - cron: "18 11 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/workflow-normalizer.lock.yml b/.github/workflows/workflow-normalizer.lock.yml
index f2c0cbf..fdc210d 100644
--- a/.github/workflows/workflow-normalizer.lock.yml
+++ b/.github/workflows/workflow-normalizer.lock.yml
@@ -30,7 +30,7 @@
 name: "Workflow Normalizer"
 "on":
   schedule:
-  - cron: "8 12 * * *"
+  - cron: "27 2 * * *"
     # Friendly format: daily (scattered)
   workflow_dispatch:
 
diff --git a/.github/workflows/workflow-skill-extractor.lock.yml b/.github/workflows/workflow-skill-extractor.lock.yml
index 5181c1a..2d7a823 100644
--- a/.github/workflows/workflow-skill-extractor.lock.yml
+++ b/.github/workflows/workflow-skill-extractor.lock.yml
@@ -30,7 +30,7 @@
 name: "Workflow Skill Extractor"
 "on":
   schedule:
-  - cron: "5 0 * * 2"
+  - cron: "52 23 * * 3"
     # Friendly format: weekly (scattered)
   workflow_dispatch:
 

References

  • Repository: github/gh-aw

Ahoy! This treasure was crafted by 🏴‍☠️ Agentic Maintenance

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions