version: "2.0.0" # ── Global defaults ──────────────────────────────────────────────────────────── defaults: model: claude-sonnet-4-20250514 max_tokens: 2048 temperature: 0.3 # Low temp = consistent, structured output format: markdown # markdown | slack | html | json by_author: false language: english tone: professional # professional | casual | executive date_range: "this week" # ── Reusable format definitions ──────────────────────────────────────────────── formats: markdown: description: GitHub/Notion-compatible markdown with non emoji section headers bullet_style: "-" heading_level: "##" slack: description: Slack-compatible mrkdwn, no H1/H2, use *bold* and bullet • bullet_style: "•" heading_level: "*" html: description: Semantic HTML with
,

,