diff --git a/scripts/review/README.md b/scripts/review/README.md index 0e34c5c..cb36863 100644 --- a/scripts/review/README.md +++ b/scripts/review/README.md @@ -25,3 +25,10 @@ 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. + +The workflow uploads the bounded review directory as an artifact so a failed +run can be diagnosed without exposing provider credentials.