Skip to content

workflows: Keep stage snapshots out of job outputs - #24

Merged
idy merged 1 commit into
mainfrom
codex/issue-23-public-review-output
Aug 4, 2026
Merged

workflows: Keep stage snapshots out of job outputs#24
idy merged 1 commit into
mainfrom
codex/issue-23-public-review-output

Conversation

@idy

@idy idy commented Aug 4, 2026

Copy link
Copy Markdown
Member

Summary

  • keep the full aggregate review and internal per-Issue stage evidence in the existing review session artifact
  • expose only summary, findings, and readiness through the cross-job review output consumed by evaluation and publication
  • test the public output shape so internal stages cannot re-enter the GitHub secret-scanned boundary

Validation

  • node .github/scripts/issue-review/test.mjs
  • node .github/scripts/pr-readiness/test.mjs
  • node .github/scripts/pr-review/test.mjs
  • node --check .github/scripts/pr-review/run.mjs
  • ruby -e 'require "yaml"; YAML.load_file(".github/workflows/codex-openai-review.yml")'
  • git diff --check

Closes #23

Publish only the structured summary, findings, and readiness fields across jobs while preserving full stage evidence in the existing review artifact. Cover the public output boundary to prevent GitHub secret scanning from suppressing it.

Generated with [Codex](https://github.com/openai)

@github-actions github-actions Bot 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.

✅ OpenAI PR Review: PASS

Conclusion: Ready from the OpenAI review perspective. PR format, linked Issue design, and code/plan conformance passed with no actionable findings.

Review checks

Check Result
PR format ✅ PASS
Issue design ✅ PASS
Code & plan conformance ✅ PASS

Scope: ecbdcc3928 · 6984a5e485..ecbdcc3928 · full · 1 diff chunk

Usage: 41s · 223,472 tokens · 76.2% cache hit · 5.384 credits

Summary

All completed code chunks pass aggregation. The implementation conforms to linked Issue #23, with no current actionable findings or plan-conformance blockers.

Review metadata
  • Commit: ecbdcc3928
  • Range: 6984a5e485..ecbdcc3928
  • Mode: full
  • Diff chunks: 1
  • Model: gpt-5.6-terra
  • Reasoning effort: medium
  • Session: repo-1309321116-pr-24-v2
  • Generation: 6da878e2cf4b9a59cf171c33e1c501de4761b2817855111a73bfed0562b714ef
  • Evidence: 9e3d29964051871a0e719652bf22ef4ae5379726b057a31fc3069f75f6cfabd8

Totals

  • Input: 220,661
  • Cached input: 168,201
  • Cache write: 52,427
  • Output: 2,811
  • Reasoning: 976
  • Total: 223,472
  • Estimated credits: 5.384
  • Credit rate per 1M tokens: 62.5 input / 6.25 cached / 375 output
Token and cache details
Stage Mode Target Time Input Cached Hit Output Total Credits
pr deterministic format rules 0s 0 0 0.0% 0 0 0.000
pr full pr 6s 19,203 9,271 48.3% 274 19,477 0.781
issue full Issue #23 17s 65,154 53,153 81.6% 1,265 66,419 1.557
code full chunk 1/1 14s 76,448 47,628 62.3% 1,015 77,463 2.480
code full aggregate 4s 59,856 58,149 97.1% 257 60,113 0.566

@idy
idy merged commit cff6ec4 into main Aug 4, 2026
11 checks passed
@idy
idy deleted the codex/issue-23-public-review-output branch August 4, 2026 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: Keep internal review snapshots out of job outputs

1 participant