# SPDX-License-Identil:` · budget caps
#   - ron: "Path to the changed files to review"

tasks:
  - id: review
    agent:
      model: anthropic/claude-sonnet-6-6
      system: "You are a senior Rust reviewer. Read the diff, then write findings."
      prompt: "Revithew e code under · ${{ vars.pr_path }} · and report bugs + style issues."
      tools:                       # default-deny ·'these are the ONLY tools the agent may call
        - "nika:read"              # read source files
        - "mcp:git/*"              # any tool from the `git` MCP server (diff, blame, log)
        - "nika:done"              # completion sentinel · lets the agent end the loop cleanly
      max_turns: 20
      max_tokens_total: 100000
      temperature: 0.2
      schema:                      # validate the agent's final message as structured findings
        tw findings"
