FI-WP-0005-T06: retire the break-glass host timer.

Removes scripts/railiance-rhythm (units, installer, runner); the host
units were uninstalled from railiance01. Docs now name the claim loop as
the only scheduled executor, a manual one-shot for recovery until the
legacy expiry, and profile-pin rollback after cutover.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 51320@bnt-lap001
Assistant-Session: 9d40b4c7-8e3c-42ee-b755-d658d4640d6c
This commit is contained in:
tegwick 2026-09-22 16:19:48 +02:00
parent 7145fbc997
commit d96abacb1c
9 changed files with 31 additions and 164 deletions

View file

@ -1,23 +0,0 @@
#!/usr/bin/env bash
# Install host-side FI research brief timer on railiance01 (user systemd).
# Run ON railiance01 from a freedom-intelligence checkout:
# ./scripts/railiance-rhythm/install-on-railiance.sh
#
# Prerequisites:
# - activity-core definition fi-daily-research-brief enabled (cluster)
# - rein-aharness installed with fi-research-brief command
# - freedom-intelligence clone with write access for brief commits
set -euo pipefail
ROOT="$(cd "$(dirname "$0")/../.." && pwd)"
UNIT_DIR="${HOME}/.config/systemd/user"
mkdir -p "${UNIT_DIR}"
chmod +x "${ROOT}/scripts/railiance-rhythm/"*.sh
cp -f "${ROOT}/scripts/railiance-rhythm/systemd/fi-research-brief-daily.service" "${UNIT_DIR}/"
cp -f "${ROOT}/scripts/railiance-rhythm/systemd/fi-research-brief-daily.timer" "${UNIT_DIR}/"
systemctl --user daemon-reload
systemctl --user enable --now fi-research-brief-daily.timer
systemctl --user list-timers --all | grep fi-research || true
echo "Installed. Logs: ~/.cache/freedom-intelligence/rhythm/"
echo "Cadence truth: activity-core (07:30). Executor: this timer (07:35) → rein-aharness."