# save the YAML below as app.yaml in a new folder
digitorn install ./weekly-digestThis is a local install: the folder you create is the source. No Hub package to publish first.
Click each one for the credential setup command, scope guidance, and provider details.
1schema_version: 223app:4 app_id: weekly-digest5 name: "Weekly digest"6 version: "1.0.0"7 category: "devops"89runtime:10 mode: background11 entry_agent: reporter1213tools:14 capabilities:15 default_policy: auto16 grant:17 - { module: pieces, tools: ["*"] }18 modules:19 web: {}20 pieces:21 constraints:22 allowed_pieces: [slack]23 channels:24 config:25 providers:26 monday_digest:27 adapter: cron28 config:29 schedule: "0 9 * * 1"30 activation:31 agent: reporter32 message: "Generate this week's engineering digest."3334agents:35 - id: reporter36 modules: [{web: [search, fetch]}]37 brain:38 provider: anthropic39 model: claude-haiku-4-540 credential: { ref: anthropic_main, scope: per_user, provider: anthropic }41 system_prompt: |42 Generate a concise digest of the last 7 days.43 Post it to the #engineering Slack channel via the pieces Slack action.44 Keep it under 300 words. Be terse.Engineering notes from the Digitorn team. No marketing, no launch announcements, no "10 prompts that will change your life". Just the things we write that we'd want to read.