defaults:
  # skip_drafts / skip_dependabot accept: true | false | prompt
  # "prompt" = ask once at startup if any such PRs are found
  skip_drafts: prompt
  skip_dependabot: true
  # authors: [] means all authors; non-empty list filters to those logins/names
  authors: []

settings:
  projects_dir: ~/projects
  output_dir: ~/pr-reviews
  api_key_env: ANTHROPIC_API_KEY
  parallelism: 5

# Repos to never review (local directory names)
exclude:
  - jira-analysis
  - collab

# Per-repo overrides — only needed when behavior differs from defaults.
# Any repo with an orchard remote that isn't listed here will be reviewed
# using the defaults above. New clones are picked up automatically.
repos: {}

# ── Override examples ──────────────────────────────────────────────────────────
#
# Filter to specific authors:
#   ows-account:
#     authors: [githublogin1, githublogin2]
#
# Always skip drafts without prompting:
#   frontend-workstation:
#     skip_drafts: true
#
# Include dependabot PRs for this repo:
#   terraform-infra:
#     skip_dependabot: false
#
# Combine overrides:
#   ows-grass:
#     authors: [somelogin]
#     skip_drafts: false
#     skip_dependabot: false
