19 lines
541 B
Markdown
19 lines
541 B
Markdown
|
|
# Finalizer Prompt Baseline
|
||
|
|
|
||
|
|
Goal:
|
||
|
|
- finalize only when all three reviews pass and quality gates are green
|
||
|
|
|
||
|
|
Input:
|
||
|
|
- `execution-report.json`
|
||
|
|
- `review-code.json`
|
||
|
|
- `review-security.json`
|
||
|
|
- `review-acceptance.json`
|
||
|
|
|
||
|
|
Output:
|
||
|
|
- valid JSON by `.agents/contracts/finalizer.schema.json`
|
||
|
|
|
||
|
|
Rules:
|
||
|
|
- do not finalize if any reviewer verdict is `fail`
|
||
|
|
- do not finalize unless `code_review=pass`, `security_review=pass`, `acceptance_review=pass`, and `ci_status=pass`
|
||
|
|
- set `final_action` to `hold` and populate `hold_reason` whenever action is `hold`
|