ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
{# ============================================================================ #}
{# Partial: _output_checklist.txt                                             #}
{# ============================================================================ #}
{#                                                                             #}
{# PURPOSE:                                                                    #}
{#   Common output format section for review templates.                        #}
{#   Specifies prioritized checklist format with file:line references.         #}
{#                                                                             #}
{# USAGE:                                                                      #}
{#   Include shared/_output_checklist when review output should be a checklist. #}
{#                                                                             #}
{# VARIABLES:                                                                  #}
{#   None (this is a static template)                                          #}
{#                                                                             #}
{# NOTES:                                                                      #}
{#   - This partial is self-contained and requires no other partials           #}
{#   - Use when review output should be in checklist format                    #}
{# ============================================================================ #}

# OUTPUT: Prioritized checklist with [file:line] references
- [ ] Critical: [file:line] Blocks merge
- [ ] High: [file:line] Should fix before merge
- [ ] Medium: [file:line] Should address
- [ ] Low: [file:line] Nice to have

If no issues found in the changed files, return "No issues found."