[eric] events: zero-knob pass (adaptive cadence, MCP inference, self-heal, no test nag, one-URL push)

This commit is contained in:
ciregenz
2026-07-28 17:52:13 -07:00
parent 8281bdebfc
commit a7e5a4dc73
13 changed files with 371 additions and 82 deletions
+2 -1
View File
@@ -782,7 +782,8 @@ async def triggers_attention():
continue
health = read_poll_health(t.id)
failures = int(health.get("consecutive_failures") or 0)
if failures >= 3:
# Threshold 5, not 3: the self-heal attempt fires at 3, so the user is only asked once healing has demonstrably failed.
if failures >= 5:
items.append({
"workflow_id": wf.id,
"workflow_title": wf.title,