freedom-intelligence/activity-definitions/fi-daily-research-brief.md
tegwick b5f911140b Establish Freedom Intelligence lab foundation and baseline research.
Add INTENT/SCOPE, daily-brief playbook, activity-core definition (disabled),
workplans FI-WP-0001..0003, baseline field survey with open-weight collection
recommendations, and inventory catalog candidates for the model reserve.
2026-07-24 00:15:27 +02:00

2.2 KiB
Raw Blame History

id name enabled owner governance status trigger context_sources
fi-daily-research-brief Freedom Intelligence Daily Research Brief false custodian-agent custodian proposed
type cron_expression timezone misfire_policy
cron 30 7 * * 1-5 Europe/Berlin skip
type query params bind_to
state-hub fi_brief_status
repo
freedom-intelligence
context.fi_brief

Freedom Intelligence Daily Research Brief

Runs weekdays at 07:30 Berlin time. Emits one task when the daily research brief for freedom-intelligence is due. Execution is out of band: consumer checks out this repo and follows docs/daily-brief-playbook.md (axes AD, collection candidates, template under briefs/).

activity-core only schedules and spawns. It does not call model APIs for the brief body.

Baseline field memory: research/2026-07-24-baseline-field-survey.md. Daily briefs are deltas from prior briefs + that baseline — not full resurveys.

id: emit-fi-daily-brief-task
for_each: context.fi_brief.items
bind_as: item
condition: 'context.item.due'
action:
  task_template: "FI daily research brief ({context.item.kind}) for {context.item.date}"
  description: >
    Produce briefs/YYYY/MM/YYYY-MM-DD.md per docs/daily-brief-playbook.md and
    briefs/_template.md. Cite primary sources. Flag collection candidates.
    On completion post State Hub progress event_type=fi_daily_brief with
    detail.repo=freedom-intelligence and detail.date.
  target_repo: freedom-intelligence
  priority: medium
  labels: ["freedom-intelligence", "research-brief", "automated"]

Enable checklist

  1. FI-WP-0002-T03 resolver live
  2. FI-WP-0002-T04 external definition path registered
  3. Dry-run spawn + one completed brief with fi_daily_brief event
  4. Set enabled: true and status: active in this frontmatter