You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Metrics are stale since 2026-03-25 (last successful run was #105).
Root Cause (from WHM analysis)
The agent is writing agent-performance-latest.md to the artifact root instead of metrics/latest.json. The push_repo_memory job uses a glob filter metrics/** which rejects root-level files → 0 metrics are persisted.
Secondary issue: The push_repo_memory → Post Setup Scripts systemic bug (same as #23151) causes the workflow to fail in cleanup even when the agent itself may have succeeded.
Impact
/tmp/gh-aw/repo-memory/default/metrics/latest.json stale since 2026-03-25
Workflow Health Manager cannot query execution metrics
Agent Performance Analyzer metrics unavailable
Health scoring is less accurate (relying on GitHub API calls instead)
Suggested Fix
Check metrics-collector.md workflow prompt — ensure the agent is instructed to write to metrics/latest.json (not root-level files)
Verify the push_repo_memory glob pattern matches the output file paths
Workflow: Metrics Collector - Infrastructure Agent
Priority: P1 — Metrics infrastructure is degraded, affecting all meta-orchestrators.
Status
Metrics are stale since 2026-03-25 (last successful run was #105).
Root Cause (from WHM analysis)
The agent is writing
agent-performance-latest.mdto the artifact root instead ofmetrics/latest.json. Thepush_repo_memoryjob uses a glob filtermetrics/**which rejects root-level files → 0 metrics are persisted.Secondary issue: The
push_repo_memory → Post Setup Scriptssystemic bug (same as #23151) causes the workflow to fail in cleanup even when the agent itself may have succeeded.Impact
/tmp/gh-aw/repo-memory/default/metrics/latest.jsonstale since 2026-03-25Suggested Fix
metrics-collector.mdworkflow prompt — ensure the agent is instructed to write tometrics/latest.json(not root-level files)push_repo_memoryglob pattern matches the output file pathspush_repo_memory → Post Setup Scriptsbug (see [aw] PR Triage Agent failed #23151)References