close-round
Closes an arcgentic round after external audit PASS. This is an orchestrator-owned closeout seam, not a developer or auditor task.
Preconditions
.agentic-rounds/state.yamlhascurrent_round.state: passed.current_round.audit_verdict.outcomeisPASS.current_round.audit_verdict.commitis set to the audit commit.- The verdict file exists and passes both:
arcgentic verdict-completeness <verdict.md>arcgentic audit-check <verdict.md> --strict --strict-extended
Command
arcgentic close-round \
--state-file .agentic-rounds/state.yaml \
--verdict <docs/audits/round-verdict.md> \
--audit-commit <audit-commit-sha>
Outputs
current_round.statebecomesclosed.current_round.state_historygains aclosedentry.last_passed_roundrecords round id, audit commit, verdict doc, and close time.- The command prints a next-round recommendation for the orchestrator.
Boundaries
- Do not run before external audit PASS.
- Do not write, edit, or replace the external audit verdict.
- Do not use close-round to resolve NEEDS_FIX or AUDIT_INCOMPLETE.
- Do not perform release tagging, publishing, or next-round planning unless the user explicitly starts that separate orchestrator step.