title: Atlas Daily Brief description: | 每天早上 7:30(老板本地时间)扫一遍增量邮件,更新项目/人员/客户状态, 生成"今日老板 Brief"并通过邮件投递到老板收件箱。 agent: atlas mode: scheduled schedule: cron: "30 7 * * *" timezone: Asia/Shanghai entry_point: B # AGENTS.md 中定义的 entry mode B = daily_brief payload: skills_invoked: - claw-email-parser # incremental fetch + extract - claw-project-tracker # state diff - claw-people-observer # signal updates - claw-customer-radar # CHS recompute, andon check - claw-report-writer # render daily brief delivery: channel: email to: ${BOSS_EMAIL} subject_template: "【今日老板 Brief - {{ date }}】" format: html_inline_with_pdf_attachment guardrails: - never_send_to_anyone_other_than_boss - max_runtime_minutes: 5 - skip_if_no_state_change: log_only_no_email