Skip to content

chore: sync workflow templates - #610

Closed
stranske wants to merge 1 commit into
mainfrom
sync/workflows-ede2607c77be
Closed

chore: sync workflow templates#610
stranske wants to merge 1 commit into
mainfrom
sync/workflows-ede2607c77be

Conversation

@stranske

Copy link
Copy Markdown
Owner

Sync Summary

Files Updated

  • agents-81-gate-followups.yml: Gate followups hub - consolidates keepalive and autofix followups
  • agents-bot-comment-handler.yml: Bot comment handler - dispatches agents to address bot review comments (deprecated; replaced by agents-80-pr-event-hub.yml, removal no earlier than 2026-02-15)
  • agents-weekly-metrics.yml: Weekly metrics - aggregates auto-pilot, keepalive, autofix and verifier metrics into summary reports
  • aggregate_agent_metrics.py: Aggregates downloaded weekly agent metrics - required by agents-weekly-metrics.yml
  • terminal_disposition.js: Machine-readable terminal disposition records and source summaries
  • terminal_disposition_coverage.js: Warning-only terminal disposition source coverage preflight
  • bot_comment_auth_coverage.js: Warning-only bot-comment App auth coverage preflight
  • coverage_monitor_summary.js: Machine-readable weekly coverage monitor checkpoint
  • weekly_metrics_artifacts.js: Bounded weekly metrics artifact selection contract
  • weekly_metrics_download_manifest.js: Weekly metrics artifact download and extraction manifest contract
  • keepalive_loop.js: Core keepalive loop logic
  • agents_pr_meta_update_body.js: Updates PR body with agent metadata

Files Skipped

  • pr-00-gate.yml: File exists and sync_mode is create_only
  • ci.yml: File exists and sync_mode is create_only
  • dependabot.yml: File exists and sync_mode is create_only
  • llm_slots.json: None

Review Checklist

  • CI passes with updated workflows
  • No repo-specific customizations were overwritten

Source: stranske/Workflows
Manifest: .github/sync-manifest.yml

Automated sync from stranske/Workflows
Template hash: ede2607c77be

Changes synced from sync-manifest.yml
Copilot AI review requested due to automatic review settings April 26, 2026 13:54
@stranske stranske added sync Automated sync from Workflows automated Automated sync from Workflows labels Apr 26, 2026
@stranske-keepalive

Copy link
Copy Markdown
Contributor

⚠️ Action Required: Unable to determine source issue for PR #610. The PR title, branch name, or body must contain the issue number (e.g. #123, branch: issue-123, or the hidden marker ).

@stranske-keepalive

stranske-keepalive Bot commented Apr 26, 2026

Copy link
Copy Markdown
Contributor

🤖 Keepalive Loop Status

PR #610 | Agent: Codex | Iteration 0/5

Current State

Metric Value
Iteration progress [----------] 0/5
Action wait (missing-agent-label)
Disposition skipped (transient)
Gate success
Tasks 0/16 complete
Timeout 45 min (default)
Timeout usage 5m elapsed (12%, 40m remaining)
Keepalive ❌ disabled
Autofix ❌ disabled

🔍 Failure Classification

| Error type | infrastructure |
| Error category | resource |
| Suggested recovery | Confirm the referenced resource exists (repo, PR, branch, workflow, or file). |

@stranske-keepalive

stranske-keepalive Bot commented Apr 26, 2026

Copy link
Copy Markdown
Contributor
Keepalive Work Log (click to expand)
# Time (UTC) Agent Action Result Files Tasks Progress Commit Gate
0 2026-04-26 13:57:23 Codex wait (missing-agent-label-transient) skipped 0 0/16
0 2026-04-26 13:59:19 Codex wait (missing-agent-label-transient) skipped 0 0/16 cancelled
0 2026-04-26 13:59:57 Codex wait (missing-agent-label-transient) skipped 0 0/16 success

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR syncs workflow templates and associated helper scripts from the upstream Workflows repo, expanding weekly metrics collection/telemetry contracts and improving coverage/diagnostics for artifact selection, downloads, and terminal disposition verification.

Changes:

  • Add artifact download manifest tracking (JSON + Markdown) to weekly metrics collection and include it in uploaded artifacts.
  • Enhance metrics aggregation to enrich entries with artifact provenance, emit a JSON summary contract, and provide detailed parse error reporting.
  • Expand terminal disposition + bot-comment auth coverage reports with additional compatibility/contract metadata (e.g., verifier model compatibility, reusable-invocation expectations).

Reviewed changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.

Show a summary per file
File Description
scripts/aggregate_agent_metrics.py Adds artifact provenance enrichment, parse error detail reporting, and a JSON summary “contract” output.
.github/workflows/agents-weekly-metrics.yml Writes/records/finalizes a metrics artifact download manifest; uploads new JSON/manifest artifacts.
.github/workflows/agents-bot-comment-handler.yml Emits a wrapper terminal disposition artifact and exposes a skip_reason output.
.github/workflows/agents-81-gate-followups.yml Switches jq output to compact mode for metrics JSON (jq -cn).
.github/scripts/weekly_metrics_download_manifest.js New helper to initialize/update/finalize the weekly artifact download manifest + Markdown view.
.github/scripts/weekly_metrics_artifacts.js Adds “priority family” status/missing reporting to the artifact selection report/markdown.
.github/scripts/terminal_disposition_coverage.js Adds verifier model compatibility checks and richer artifact selection normalization/markdown output.
.github/scripts/terminal_disposition.js Extends terminal disposition normalization to include model + verifier mode metadata fields.
.github/scripts/keepalive_loop.js Updates checkbox counting to focus on actionable checklist items (filters status/placeholder items).
.github/scripts/coverage_monitor_summary.js New weekly coverage monitor summary contract generator (JSON + Markdown).
.github/scripts/bot_comment_auth_coverage.js Adds reusable-invocation expectation fields and improved organic evidence requirement reporting.
.github/scripts/agents_pr_meta_update_body.js Adds meta:issue marker and Closes #... line when a source issue is present.
Comments suppressed due to low confidence (1)

.github/workflows/agents-bot-comment-handler.yml:78

  • .github/actions/setup-api-client runs node/npm during dependency installation, but this workflow calls it without first running a pinned actions/setup-node step. To match the repo’s other workflows (and avoid relying on whatever Node version happens to be preinstalled on the runner), add a setup-node (Node 20) step before Setup API client.
            .github/scripts/terminal_disposition.js
            .github/scripts/token_load_balancer.js
          sparse-checkout-cone-mode: false

      - name: Setup API client

@stranske stranske closed this Apr 29, 2026
@agents-workflows-bot
agents-workflows-bot Bot deleted the sync/workflows-ede2607c77be branch May 14, 2026 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Automated sync from Workflows sync Automated sync from Workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants