activity-core/activity-definitions/binky-weekly-mail-intake.md
tegwick 73cc785426
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 3s
Build and Publish Container Image / build-and-push (push) Successful in 9s
feat(definitions): enable Binky operating-rhythm definitions (DEC-2026-003 cutover)
Founder-approved cutover 2026-07-18. binky_rhythm_status resolver
(b1eb5e6) guards idempotence; harness on railiance01 executes via the
issue-core sink. Rollback: enabled: false + workstation cron bridge.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-18 14:33:21 +02:00

1.4 KiB

id name enabled owner governance status trigger context_sources
binky-weekly-mail-intake Binky Weekly Paper-Mail Intake Check true custodian-agent custodian active
type cron_expression timezone misfire_policy
cron 37 9 * * 1 Europe/Berlin skip
type query params bind_to
state-hub binky_rhythm_status
repo kind
binky-control mail_intake
context.rhythm

Binky Weekly Paper-Mail Intake Check

Runs Mondays at 09:37 Berlin time. Checks whether newly scanned paper mail for Binky Hedgehog GmbH awaits triage (AWQ-008: drop location → naming → obligation/deadline/receipt triage → DUO Belegablage routing) and emits one intake task when due.

id: emit-mail-intake-task
for_each: context.rhythm.items
bind_as: item
condition: 'context.item.due'
action:
  task_template: Triage Binky paper-mail scans (week of {context.item.date})
  description: Run the AWQ-008 intake pipeline in binky-control; route obligations to queues, receipts toward DUO Belegablage.
  target_repo: binky-control
  priority: medium
  labels: ["binky", "mail-intake", "automated"]