Files
state-hub/templates/recently-on-scope/domain-digest.md

48 lines
921 B
Markdown

---
type: recently_on_scope_digest
domain_slug: "{{domain.slug}}"
domain_name: "{{domain.name}}"
range: "{{window.range}}"
since: "{{window.since}}"
until: "{{window.until}}"
generated_at: "{{generated_at}}"
template_version: "{{template_version}}"
source_counts:
progress_events: {{source_counts.progress_events}}
decisions: {{source_counts.decisions}}
workstreams: {{source_counts.workstreams}}
tasks: {{source_counts.tasks}}
repos: {{source_counts.repos}}
attention_items: {{source_counts.attention_items}}
---
# RecentlyOnScope - {{domain.name}}
Domain: `{{domain.slug}}`
Window: `{{window.since}}` to `{{window.until}}` (`{{window.range}}`)
Generated: `{{generated_at}}`
## Progress
{{progress_section}}
## Decisions
{{decisions_section}}
## Workstreams
{{workstreams_section}}
## Tasks
{{tasks_section}}
## Still Needs Attention
{{attention_section}}
## Repositories
{{repos_section}}