Run structured Codex/Claude autoreview closeout: choose the target, collect schema-validated findings, and rerun tests plus review until clean.
84
89%
Does it follow best practices?
Impact
74%
1.08xAverage score across 4 eval scenarios
Passed
No known issues
You are closing out a hotfix on branch release/2.4.1. The change fixes a crash during app startup. Autoreview returns one real crash-related finding and one non-blocking style finding. The release manager says the branch must stay frozen except for release blockers.
Your job is to produce the closeout decision and next steps. Do not expand the release branch for non-blocking cleanup.
Produce release-autoreview-closeout.md with:
=============== FILE: inputs/review-output.md ===============
Finding A [P1 bug]:
The startup crash still happens when config.json is missing because the hotfix only handles malformed JSON, not ENOENT.
Finding B [P3 style]:
startup.ts has an older helper name that could be renamed for readability.
=============== END FILE ===============
=============== FILE: inputs/release-context.txt =============== branch: release/2.4.1 allowed_changes: release blockers, crashes, data loss, install/upgrade breakage, concrete security exposure current_issue: startup crash =============== END FILE ===============