# Copy this file to .env and fill in your values.

# Required: a GitHub personal access token with notifications scope
# Create one at https://github.com/settings/tokens (classic) with:
#   - notifications (read/write)
GITHUB_TOKEN=

# Required: an Anthropic API key
# Create one at https://console.anthropic.com/ (free tier is fine)
ANTHROPIC_API_KEY=
ANTHROPIC_MODEL=claude-haiku-4-5

# Optional: when set, fetch shows only this repo; also default --repo for done/unsub
# Omit to show all repositories on the dashboard.
# GITHUB_REPO=

# Optional: enrichment cache (issue labels + comments). Default TTL 3600s; stored under
# ~/.cache/gh-notification-summary/enrichment-cache.json (or $XDG_CACHE_HOME/...).
# GH_NOTIFICATION_CACHE_TTL=3600
# GH_NOTIFICATION_CACHE_MAX=256
# GH_NOTIFICATION_CACHE_PERSIST=1
# GH_NOTIFICATION_CACHE_DIR=
