Align FI recurrence with activity-core + rein-aharness (drop workstation cron).
Document the three-layer model, add railiance-rhythm executor install, and point playbooks at rein-aharness fi-research-brief instead of local crontab.
This commit is contained in:
parent
70cbfe0c6c
commit
46cfcd7a51
10 changed files with 248 additions and 100 deletions
|
|
@ -1,14 +1,13 @@
|
|||
#!/usr/bin/env bash
|
||||
# Workstation consumer for FI daily research brief spawns.
|
||||
# BREAK-GLASS only — not the primary recurrence path.
|
||||
#
|
||||
# activity-core emits activity_task_spawn (state-hub sink) with
|
||||
# target_repo=freedom-intelligence. This script:
|
||||
# 1) checks fi_brief_status due (or open spawn)
|
||||
# 2) reminds operator / runs playbook path
|
||||
# 3) does NOT invent brief content — open a session with the playbook
|
||||
# Primary design:
|
||||
# activity-core (schedule + fi_brief_status + spawn)
|
||||
# → rein-aharness fi-research-brief on railiance01
|
||||
# See docs/recurrence-ops.md and activity-core/docs/recurring-automations-playbook.md
|
||||
#
|
||||
# Schedule suggestion (Europe/Berlin, after 07:30 spawn):
|
||||
# 40 7 * * 1-5 /home/worsch/freedom-intelligence/scripts/consume-fi-brief-spawn.sh
|
||||
# This script only prints due status for operators debugging from a workstation.
|
||||
# Do NOT install it as the main crontab for FI briefs.
|
||||
#
|
||||
# Env:
|
||||
# STATE_HUB_URL default http://127.0.0.1:8000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue