From 2b45666bab72f502c71e5f0d867a63f7f03f106e Mon Sep 17 00:00:00 2001 From: Robby Cochran Date: Fri, 18 Sep 2026 19:23:23 -0700 Subject: [PATCH 1/2] docs: clarify Codex review bootstrap --- scripts/review/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/review/README.md b/scripts/review/README.md index 0e34c5c..88fe9db 100644 --- a/scripts/review/README.md +++ b/scripts/review/README.md @@ -25,3 +25,7 @@ not a generic agent-result protocol. The PR-specific lifecycle remains in `scripts/pr-review.sh`; future agent removal should delete the corresponding profile and task bundle without changing PR eligibility, diff integrity, sandbox cleanup, or artifact handling. + +The reusable CI workflow enables the Codex profile's ephemeral provider +bootstrap for each review run; local managed workspaces can leave that setup +disabled and use their pre-provisioned providers instead. From 9bb377c1416cccfae303e907fab7fccaa46af56c Mon Sep 17 00:00:00 2001 From: Robby Cochran Date: Fri, 18 Sep 2026 19:24:15 -0700 Subject: [PATCH 2/2] docs: note review artifact diagnostics --- scripts/review/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/review/README.md b/scripts/review/README.md index 88fe9db..cb36863 100644 --- a/scripts/review/README.md +++ b/scripts/review/README.md @@ -29,3 +29,6 @@ changing PR eligibility, diff integrity, sandbox cleanup, or artifact handling. The reusable CI workflow enables the Codex profile's ephemeral provider bootstrap for each review run; local managed workspaces can leave that setup disabled and use their pre-provisioned providers instead. + +The workflow uploads the bounded review directory as an artifact so a failed +run can be diagnosed without exposing provider credentials.