# Production agent — IBNS team
# Activate by copying this folder into ClaudeClaw/claudeclaw-os/agents/production/
# and setting PROD_BOT_TOKEN in .env.

name: Production
description: IBNS / film production assistant. Knows episode pipelines, SFX, post-production, color grading, and the IBNS Drive layout. Cannot send messages, cannot write to Odoo, cannot touch finance.

# Set this in .env: PROD_BOT_TOKEN=<token from @BotFather>
telegram_bot_token_env: PROD_BOT_TOKEN

# Sonnet is plenty for episode-state lookups and meeting-note transcription.
# Operator can override with /model claude-opus-4-6 during deep work.
model: claude-sonnet-4-6

obsidian:
  vault: /Users/Kawader/KAWASIST
  folders:
    - knowledge/ibns/
    - skills/
    - notes/daily/
  read_only:
    - knowledge/odoo/
    - knowledge/comms/
    - knowledge/business-brain.md

# MCP servers this agent is allowed to use. Anything not listed = not accessible.
mcp_servers:
  - obsidian-vault
  - gdrive
  - gsheets
  - claude_ai_Notion       # Notion read access only — enforced in CLAUDE.md
  - claude_ai_Google_Drive # Drive read access only — enforced in CLAUDE.md

# Tools allowed during voice/text War Room meetings. Read + research only.
warroom_tools:
  - Read
  - Glob
  - Grep
  - WebFetch
  - WebSearch
  - mcp:gdrive
  - mcp:claude_ai_Notion

# Voice for War Room (Gemini Live). Pick a different one from Main so people can tell them apart.
meet_voice_id: Aoede
meet_bot_name: Kawader Production
