Add first daily research brief and advance activity-core workplan.

Record 2026-07-24 delta brief from the baseline survey, document fi_brief_status
ops loading, and mark FI-WP-0002 T03/T06 complete after resolver and playbook work.
This commit is contained in:
tegwick 2026-07-24 00:17:44 +02:00
parent b5f911140b
commit cd29105756
3 changed files with 105 additions and 5 deletions

View file

@ -87,7 +87,23 @@ When activity-core emits `activity_task_spawn` with
5. Idempotency key: do not open a second brief file for the same `date`
Activity definition: `activity-definitions/fi-daily-research-brief.md`
Workplan: `workplans/FI-WP-0002-activity-core-daily-research.md`
Workplan: `workplans/FI-WP-0002-activity-core-daily-research.md`
Resolver: activity-core state-hub query `fi_brief_status` (implemented 2026-07-24)
### Ops: load this repos definitions
Dev / workstation worker:
```bash
export ACTIVITY_DEFINITION_DIRS=/home/worsch/freedom-intelligence
# then: make sync-activity-definitions (with ACTCORE_DB_URL + stack)
```
Production (railiance): either project
`activity-definitions/fi-daily-research-brief.md` into ConfigMap
`actcore-external-activity-definitions`, or mount a checkout under
`ACTIVITY_DEFINITION_DIRS` (`/etc/activity-core/external-definitions`). Keep
`enabled: false` until FI-WP-0002-T05 dry-run passes.
---