Conversation
Automated sync from stranske/Workflows Template hash: d1961cf6ac32 Changes synced from sync-manifest.yml
Contributor
Contributor
🤖 Keepalive Loop StatusPR #861 | Agent: Codex | Iteration 0/5 Current State
🔍 Failure Classification| Error type | infrastructure | |
Contributor
Keepalive Work Log (click to expand)
|
Contributor
There was a problem hiding this comment.
Pull request overview
Syncs in updated weekly metrics workflow + supporting scripts from the shared Workflows templates, adding a new bot-comment auth coverage preflight and an agent-metrics markdown aggregator.
Changes:
- Add
scripts/aggregate_agent_metrics.pyto aggregate NDJSON artifacts into a weekly markdown summary. - Extend
agents-weekly-metrics.ymlto usesetup-node+setup-api-clientand to run/upload a new bot-comment auth coverage preflight. - Update
.github/scripts/weekly_metrics_artifacts.jsto recognize/prioritize bot-comment auth coverage artifacts; add new.github/scripts/bot_comment_auth_coverage.jspreflight implementation.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
scripts/aggregate_agent_metrics.py |
New aggregator that buckets metrics records and generates the weekly markdown summary. |
.github/workflows/agents-weekly-metrics.yml |
Workflow updates to set up Node properly, run bot-comment auth coverage preflight, upload new artifacts, and honor multiple hard-blocks. |
.github/scripts/weekly_metrics_artifacts.js |
Expands artifact family detection to include bot-comment auth coverage artifacts and prioritizes them. |
.github/scripts/bot_comment_auth_coverage.js |
New warning-only/hard-block capable preflight that summarizes bot-comment auth mode coverage from downloaded artifacts. |
Comment on lines
+329
to
+333
| for key in ("timestamp", "created_at", "time", "run_started_at"): | ||
| ts = _parse_timestamp(entry.get(key)) | ||
| if ts is not None: | ||
| timestamps.append(ts) | ||
| break |
Comment on lines
+430
to
+431
| print("No metrics files found to aggregate.", file=sys.stderr) | ||
| return 1 |
9 tasks
This was referenced Apr 26, 2026
38 tasks
14 tasks
14 tasks
30 tasks
14 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sync Summary
Files Updated
Files Skipped
Review Checklist
Source: stranske/Workflows
Manifest:
.github/sync-manifest.yml