KB-FA47

13 Automation Watch Package

2 min read Revision 1

13 — Automation Watch Package (v_rp_automation_watch)

A single OOM-safe, single-statement watch view (no smoke probe, no deep contract) for continuous operation. 10 watch lines:

watch value status
oom_safety OOM_SAFE__NO_LIVE_SMOKE_COMBO_LANDMINE OK
crash_landmines 0 OK
adapter_coverage ADAPTER_COVERAGE_OK_WITH_DECLARED_PARTIALS OK
scanner_last_proven_run 2026-06-05 02:10:44 UTC OK (<26h)
actionable_drift 4 WARN_RECONCILE
blind_spots_labeled 4 WARN_SHOW_BADGES
action_queue_actionable 2 INFO
no_blind_spot_guard ALL_PASS OK
count_reliability_overall 83 INFO
automation_reality_verdict AUTOMATION_REALITY_VERIFIED_WITH_PARTIAL_SOURCES INFO

OOM-safe watch checks (run individually; never combine with the smoke probe)

  1. OOM: v_rp_guard_safety_status (expect OOM_SAFE / 0 landmines).
  2. This watch: v_rp_automation_watch (single light view).
  3. Drift: v_rp_db_host_source_drift_detector WHERE is_actionable_drift.
  4. Blind spots: v_rp_ui_source_reality_contract WHERE blind_spot_status <> 'NONE'.
  5. Scanner freshness: max(started_at) from wf_adapter_run_log (NOT the run-log/registry provenance tables).
  6. Deploy guard / final acceptance (slow path only, statement_timeout=0): the function-backed guards — never as a composite.

No new deep composite watch view was created, honoring the OOM rule.

Back to Knowledge Hub knowledge/dev/reports/architecture/rp-adapter-automation-reality-no-blind-spot-closeout-2026-06-05/13-automation-watch-package.md