Conversation
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/7c1aea85-29d5-4c14-8d19-34c3a54e8e3d Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…vity reports to consume cached logs Agent-Logs-Url: https://github.com/github/gh-aw/sessions/7c1aea85-29d5-4c14-8d19-34c3a54e8e3d Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
April 23, 2026 00:04
View session
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.
CraterPort requested moving workflow log downloading into a single scheduled maintenance job and having activity reporting reuse cached data. This change adds a dedicated trace-indexing job with resilient cache updates and refactors activity reports to read pre-indexed artifacts instead of downloading logs directly.
Maintenance workflow generation
agentic_workflow_logsjob (display name: Agentic workflow logs) to both primary and side-repo maintenance generators.operation == activity_report.continue-on-error: trueand unconditional cache save (if: always()).Activity report execution model
activity_reportjobs to depend onagentic_workflow_logsand restore the same cache.activity_report; report generation now consumes./.cache/gh-aw/agentic-workflow-logs.Action scripts
run_trace_indexer.cjsto refresh 24h/7d log windows viagh aw logs, persist markdown sections into cache, and fail the step on partial refresh failure (while still allowing workflow continuation viacontinue-on-error).run_activity_report.cjsto load cached markdown sections from disk and publish the issue from cached trace data.Test updates
run_trace_indexer.cjs.run_activity_reporttests for cache-backed behavior.