{# ============================================================================ #}
{# Template: detailed_review_minimal.txt                                       #}
{# Version: 2.0                                                                #}
{# ============================================================================ #}
{#                                                                             #}
{# PURPOSE:                                                                    #}
{#   Prompt for detailed reviewer review mode with minimal context.            #}
{#   Instructs the agent to review changes with PROMPT, PLAN, and DIFF.       #}
{#                                                                             #}
{# WHEN USED:                                                                  #}
{#   - During detailed review phase                                            #}
{#   - With minimal context level (PROMPT + PLAN + DIFF)                       #}
{#   - Triggered by: --reviewer detailed --context minimal                      #}
{#                                                                             #}
{# TRIGGER:                                                                    #}
{#   - Pipeline runtime: review phase with detailed reviewer and minimal context #}
{#                                                                             #}
{# VARIABLES:                                                                  #}
{#   MODE     - Review mode name (e.g., "DETAILED REVIEW MODE")                #}
{#   PROMPT   - Original user request from PROMPT.md (required)                #}
{#   PLAN     - Implementation plan from PLAN.md (required)                    #}
{#   DIFF     - Git diff content to review (required)                           #}
{#                                                                             #}
{# NOTES:                                                                      #}
{#   - Uses shared partials for common sections                                #}
{#   - Focus areas are specific to detailed review with numbered list          #}
{#   - Checklist output format prioritizes issues by severity                  #}
{# ============================================================================ #}

*** CLOSED BOOK REVIEW - NO ACCESS TO REPOSITORY ***

You are in {{MODE}} with fresh eyes perspective.

CRITICAL: You have NO access to the repository. Do NOT attempt to read files or explore.

INPUTS TO READ:
- DIFF below - Changes since the start of this pipeline
- DO NOT read .agent/STATUS.md or .agent/NOTES.md (you need unbiased perspective)

YOUR TASK:
Review ONLY the changes in the DIFF below. Do NOT explore the repository, read other files, or run any commands.

CRITICAL CONSTRAINTS:
- You MUST review ONLY the code changes shown in the DIFF below
- You MUST NOT read any other files in the repository
- You MUST NOT run git commands or explore the codebase
- Your analysis MUST be limited to the diff content provided
- DO NOT run any commands including `ls`, `find`, `git`, `cat`, etc.

{{> shared/_context_section}}

Focus on:
1) Code quality and correctness
2) Bugs, security, tests
3) Code style and maintainability

{{> shared/_diff_section}}

OUTPUT (prioritized checklist with [file:line]):
- [ ] Critical: [file:line] Description (blocks merge)
- [ ] High: [file:line] Description (should fix before merge)
- [ ] Medium: [file:line] Description (should address)
- [ ] Low: [file:line] Description (nice to have)

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