Implement RecentlyOnScope domain digest

This commit is contained in:
2026-05-22 13:45:53 +02:00
parent 0ccbb13892
commit bb985812e5
15 changed files with 1187 additions and 8 deletions

View File

@@ -0,0 +1,47 @@
---
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}}