agent:
  name: {{AGENT_NAME}}
  version: "0.1.0"

model:
  provider: openrouter
  id: anthropic/claude-sonnet-4
  max_tokens: 65000
  max_retries: 2

runtime:
  scratchpad_budget: 10000
  quiet_hours:
    start: 23
    end: 6
  timezone: America/New_York

memory:
  session_retention_days: 30
  journal_retention_days: 365

channels:
  primary: cli

extensions:
  directories: []

mcp:
  servers:
    worktree:
      transport: stdio
      command: npx
      args:
        - "-y"
        - "@modelcontextprotocol/server-filesystem"
        - "."
      tools:
        include:
          - read_text_file
          - write_file
          - edit_file
          - list_directory
          - search_files
    shell:
      transport: stdio
      command: npx
      args:
        - "-y"
        - "shell-exec-mcp"
      cwd: "."
