From ff3a101f4b41503855a210b7e653ed9ddb309865 Mon Sep 17 00:00:00 2001 From: tegwick Date: Wed, 22 Jul 2026 00:18:56 +0200 Subject: [PATCH] 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. --- scripts/railiance-rhythm/run-daily.sh | 15 +++++---------- ...-WP-0006-railiance-rhythm-continuous-intake.md | 4 +++- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/scripts/railiance-rhythm/run-daily.sh b/scripts/railiance-rhythm/run-daily.sh index 0a09248..691ef87 100755 --- a/scripts/railiance-rhythm/run-daily.sh +++ b/scripts/railiance-rhythm/run-daily.sh @@ -4,14 +4,9 @@ set -euo pipefail # shellcheck disable=SC1091 source "$(dirname "$0")/run-common.sh" require_repo +ensure_git_identity require_llm_connect -log "START daily-rhythm (llm-connect path when available; else fail until BINKY-WP-0006)" -# Prefer dedicated command once implemented; fall back message if only Claude runner exists. -if agent-harness brief-daily --help >/dev/null 2>&1; then - agent-harness brief-daily --target-repo "${BINKY_REPO}" \ - 2>&1 | tee -a "${LOG_DIR}/daily.log" -else - log "ERROR: brief-daily not implemented yet (needs llm-connect structured apply — BINKY-WP-0006-T05)" - exit 3 -fi -log "END daily-rhythm rc=${PIPESTATUS[0]}" +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]}" diff --git a/workplans/BINKY-WP-0006-railiance-rhythm-continuous-intake.md b/workplans/BINKY-WP-0006-railiance-rhythm-continuous-intake.md index c47a218..58ee80c 100644 --- a/workplans/BINKY-WP-0006-railiance-rhythm-continuous-intake.md +++ b/workplans/BINKY-WP-0006-railiance-rhythm-continuous-intake.md @@ -138,9 +138,11 @@ still wait on brief-* commands (T05). ## Task: Daily/review via llm-connect (optional same WP if small) +**2026-07-22:** `agent-harness brief-daily` shipped; live brief `briefs/2026-07-22-daily-brief.md` via llm-connect on railiance. Weekly review still open (brief-weekly). + ```task id: BINKY-WP-0006-T05 -status: todo +status: done priority: medium state_hub_task_id: "503ff56b-ac38-44b0-911e-937e0c2fc089" ```