BINKY-WP-0006-T05: brief-daily path wired; 2026-07-22 brief live
All checks were successful
Work Records / validate (push) Successful in 17s
All checks were successful
Work Records / validate (push) Successful in 17s
Use agent-harness brief-daily (llm-connect) for Railiance daily rhythm; document T05 progress. Live brief generated on railiance01.
This commit is contained in:
parent
9a402937bd
commit
ff3a101f4b
2 changed files with 8 additions and 11 deletions
|
|
@ -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]}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue