feat: brief-daily via llm-connect (structured daily brief)

Generate OperatingRhythm-format briefs with OpenRouter-backed llm-connect
JSON + deterministic markdown write/commit. Server path for Binky daily
rhythm without host Claude (BINKY-WP-0006-T05).
This commit is contained in:
tegwick 2026-07-22 00:18:52 +02:00
parent 7520a53831
commit f770825975
4 changed files with 536 additions and 0 deletions

View file

@ -37,6 +37,9 @@ agent-harness mail-scan --target-repo ~/binky-control
export LLM_CONNECT_URL=http://llm-connect.activity-core.svc.cluster.local:8080
agent-harness mail-triage --target-repo ~/binky-control
# Daily brief via llm-connect (structured JSON → briefs/YYYY-MM-DD-daily-brief.md)
agent-harness brief-daily --target-repo ~/binky-control
# Railiance packaging smoke (commit + optional push + hub; no Claude required)
agent-harness smoke --work-dir ~/work/executor-sandbox
```