Ask about a run from the row it is on, and stop spending context on health checks when the run was clean
This commit is contained in:
@@ -41,6 +41,14 @@ how long did the daily orch take | varaverk | | | run=yes has=run_record
|
||||
# Works from the AI tab, which sends no scope at all — resolution is from the question, not the page.
|
||||
how did the daily orch go last run | varaverk | | | target=Orchestrators/daily_sync_maintenance has=run_record
|
||||
|
||||
# ── A clean run earns the record and the log, and nothing else ─────────────────────────────────
|
||||
# The health sweep and the recent-warning lines are ~660 tokens that answer nothing when the run
|
||||
# exited 0, taken straight out of the passages' budget. They come back the moment it did not.
|
||||
lets check the daily orch logs and see how it went | varaverk | Scheduler | | diag=no hasnt=health,warnings has=run_record,log_tail
|
||||
how did the daily orch go | varaverk | | | diag=no hasnt=health,warnings
|
||||
why did the daily orch fail | varaverk | | | diag=yes has=health,warnings,log_tail
|
||||
why did the weekly orch fail | varaverk | | | diag=yes has=health,warnings
|
||||
|
||||
# ── Definitional questions must NOT be answered with last night's log ──────────────────────────
|
||||
what does the daily orchestrator do | varaverk | | | target=Orchestrators/daily_sync_maintenance run=no hasnt=run_record,log_tail
|
||||
how does the daily orch work | varaverk | | | run=no hasnt=run_record,log_tail
|
||||
@@ -51,6 +59,15 @@ what is the daily orchestrator | varaverk | | | run=no hasnt=run_record
|
||||
# about, which is indistinguishable from a right answer unless you already knew.
|
||||
how did sync go | varaverk | | | target=none run=no
|
||||
what does RSYNC_ENABLED do | varaverk | | | target=none run=no has=conf_keys
|
||||
# Whole words only. "fail" contains "ai", and ai.log is a real log id — a substring match here
|
||||
# attached the AI's own log to questions about everything else.
|
||||
why did this run fail | varaverk | | | target=none
|
||||
is the mail relay working again | varaverk | | | target=none
|
||||
|
||||
# ── The Recent Activity buttons: one click from a row to an answer about that run ──────────────
|
||||
# Both open the log first, so the dock is scoped to troubleshoot against that script's log id.
|
||||
Why did this run fail? | troubleshoot | Orchestrators/daily_sync_maintenance | | diag=yes has=log_tail,run_record
|
||||
How did this run go? | troubleshoot | Orchestrators/weekly_sync_maintenance | | has=log_tail,run_record
|
||||
|
||||
# ── General Chat holds nothing, and hands Varaverk questions up rather than deferring ──────────
|
||||
how was your day | chat | | | profile=chat caps=none hasnt=health,log_tail,incidents,conf_keys
|
||||
|
||||
Reference in New Issue
Block a user