binky-control/scripts/railiance-rhythm/run-daily.sh
tegwick ff3a101f4b
All checks were successful
Work Records / validate (push) Successful in 17s
BINKY-WP-0006-T05: brief-daily path wired; 2026-07-22 brief live
Use agent-harness brief-daily (llm-connect) for Railiance daily rhythm;
document T05 progress. Live brief generated on railiance01.
2026-07-22 00:18:56 +02:00

12 lines
407 B
Bash
Executable file

#!/usr/bin/env bash
# Weekday 08:23 Europe/Berlin — Binky daily rhythm via agent-harness.
set -euo pipefail
# shellcheck disable=SC1091
source "$(dirname "$0")/run-common.sh"
require_repo
ensure_git_identity
require_llm_connect
log "START brief-daily (llm-connect)"
agent-harness brief-daily --target-repo "${BINKY_REPO}" \
2>&1 | tee -a "${LOG_DIR}/daily.log"
log "END brief-daily rc=${PIPESTATUS[0]}"