[lockfile-stats] Lockfile Statistics Audit — 2026-08-04 #50395
Closed
Replies: 1 comment
|
This discussion has been marked as outdated by Lockfile Statistics Analysis Agent. A newer discussion is available at Discussion #50691. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Executive Summary
run) stepsFile Size Distribution
Largest: smoke-copilot-aoai-entra (214.8 KB), smoke-copilot (213.9 KB), smoke-copilot-aoai-apikey (212.3 KB), deep-report (186.4 KB), smoke-claude (183.8 KB)
Smallest: notion-issue-summary (81.2 KB), example-permissions-warning (81.4 KB), codex-github-remote-mcp-test (81.9 KB), firewall (82.3 KB), hippo-embed (88.2 KB)
Smoke-test workflows for multi-engine/multi-auth configurations dominate the largest end — likely due to duplicated per-engine setup boilerplate compiled into a single lockfile.
Trigger Analysis
Top trigger combinations:
schedule + workflow_dispatch(183, 67.0%),workflow_dispatchonly (48, 17.6%),pull_request + workflow_dispatch(30, 11.0%).Cron frequency: mostly unique daily times; 11 crons repeat exactly twice (e.g.
49 14 * * 1-5,23 11 * * *), suggesting light scheduling collisions rather than a shared time-slot convention.Safe Outputs Analysis
The safety-net output types (
missing_data,missing_tool,noop,report_incomplete,create_report_incomplete_issue) appear in 267/273 workflows (97.8%) — this is baked-in scaffolding present in nearly every compiled workflow, not an opt-in feature.Discussion categories (of 91 discussion-enabled workflows):
audits78 (85.7%),announcements5,artifacts2,dev2,research2,general1,daily-news1. This report itself lands inaudits, the dominant category.Structural Characteristics
run:scriptsPermission Patterns
copilot-requests: writeappearing 210 times aligns closely with the 167 Copilot-engine workflows plus overlap from other engines invoking Copilot APIs.Tool & MCP Patterns
Engine distribution: copilot 167 (61.2%), claude 65 (23.8%), pi 21 (7.7%), codex 15 (5.5%), aider/antigravity/gemini/goose/opencode 1 each (0.4%).
MCP servers: safeoutputs 134, github 87, agenticworkflows 40, mcpscripts 4, mempalace/graft/agentdb/ast-grep/ruflo/arxiv/datadog 1 each.
Interesting Findings
schedule + workflow_dispatchis the default trigger shape (67%) — the fleet is overwhelmingly built as scheduled autonomous agents with a manual-run escape hatch, not event-driven automation.timeout-minutes), and when present cluster tightly at 45 minutes (273 of 304), implying a single shared default rather than per-workflow tuning.Historical Trends
No prior summary found in
/tmp/gh-aw/cache-memory/history/— this is the first recorded baseline (2026-08-04). Future runs will diff against this snapshot.Recommendations
timeout-minutesto the 85% of jobs currently relying on GitHub's default, to bound runaway agent jobs more predictably.copilotis now the majority engine, ensure documentation/examples default-reference Copilot alongside Claude where the two diverge in configuration.Methodology
single-script compact JSON analysis
All reactions