Skip to content

Commit 7791fe3

Browse files
committed
chore(ci): add temporary triage diagnostics
Claude-Session: https://claude.ai/code/session_01AGgakTTTYXR67JtMxubBUS
1 parent eb33526 commit 7791fe3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/triage.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,17 @@ jobs:
205205
exit 1
206206
}
207207
208+
- name: Diagnostics
209+
if: always()
210+
run: |
211+
set -euo pipefail
212+
echo "issue json: $(wc -c < triage-issue.json) bytes"
213+
echo "result json: $(wc -c < codex-result.json 2>/dev/null || echo 0) bytes"
214+
echo "events: $(wc -l < codex-events.jsonl) lines"
215+
echo "--- event types ---"
216+
jq -r '.type // .msg.type // "unparsed"' codex-events.jsonl 2>/dev/null \
217+
| sort | uniq -c | sort -rn | head -20
218+
208219
- name: Persist refreshed auth.json
209220
if: always()
210221
env:

0 commit comments

Comments
 (0)