Skip to content

chore: sync workflow templates - #280

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

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

Conversation

@stranske

Copy link
Copy Markdown
Owner

Sync Summary

Files Updated

  • 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)
  • 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

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: f2ff566b326e

Changes synced from sync-manifest.yml
@stranske stranske added sync Automated sync from Workflows automated Automated sync from Workflows labels Apr 26, 2026
Copilot AI review requested due to automatic review settings April 26, 2026 04:58
@agents-workflows-bot

agents-workflows-bot Bot commented Apr 26, 2026

Copy link
Copy Markdown
Contributor

🤖 Keepalive Loop Status

PR #280 | 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/11 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). |

@agents-workflows-bot

agents-workflows-bot 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 05:00:23 Codex wait (missing-agent-label-transient) skipped 0 0/11 cancelled
0 2026-04-26 05:02:58 Codex wait (missing-agent-label-transient) skipped 0 0/11 cancelled
0 2026-04-26 05:04:11 Codex wait (missing-agent-label-transient) skipped 0 0/11 success

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Syncs workflow template updates from stranske/Workflows, expanding weekly metrics/coverage telemetry and adding wrapper-side terminal disposition reporting to support the weekly metrics selection and coverage monitor contracts.

Changes:

  • Extend aggregate_agent_metrics.py verifier summary with model/mode selection breakdowns.
  • Add wrapper terminal disposition artifact emission in agents-bot-comment-handler.yml.
  • Enhance weekly metrics artifact selection + terminal disposition coverage reporting, and add a new weekly coverage monitor summary script.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
scripts/aggregate_agent_metrics.py Adds verifier model/mode/reason counters into the aggregated metrics summary output.
.github/workflows/agents-bot-comment-handler.yml Emits and uploads a wrapper terminal disposition artifact, plus a skip_reason output for observability.
.github/scripts/weekly_metrics_artifacts.js Adds priority-family “missing/status” reporting to the artifact selection contract + markdown output.
.github/scripts/terminal_disposition_coverage.js Expands artifact selection normalization to include priority-family status/missing reporting and improves markdown diagnostics.
.github/scripts/terminal_disposition.js Extends terminal disposition records with optional LLM model / selection reason / verifier mode fields.
.github/scripts/coverage_monitor_summary.js New script to summarize multiple coverage monitor reports into a single machine-readable + markdown contract.
.github/scripts/bot_comment_auth_coverage.js Adds wrapper→reusable expectation fields and richer “missing vs skipped” organic evidence requirement reporting.

status: selectedCount > 0 ? 'selected' : (candidateCount > 0 ? 'available' : 'missing'),
candidate_count: candidateCount,
selected_count: selectedCount,
latest_candidate: selectedArtifact ? normalizeSelectionArtifact(selectedArtifact) : null,

- name: Upload wrapper terminal disposition
if: always()
uses: actions/upload-artifact@v7
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