What problem does it solve?
Prevents gradual quality and operational drift across the TBM codebase and Google Sheets by consolidating audit checks into a single weekly report.
Core Features & Use Cases
- Full Codebase Audit for Safety/Compatibility: Scans all HTML for ES5 violations, verifies Safe wrappers have matching failure handlers, and checks for orphan
google.script.run.<fn>Safe() calls against the code router/whitelist.
- Sheet Growth Monitor with Runaway Detection: Executes test runs to extract growth metrics, tracks week-over-week growth for
KH_* and data output tabs, and flags tabs growing too fast or nearing GAS slowness thresholds.
- Trigger Audit with Headroom Alerts: Queries trigger counts to compute remaining headroom (limit 20) and escalates when headroom is critically low or saturated.
- Actionable Consolidated Notifications + Notion Logging: Sends one consolidated Pushover summary with priority/escalation rules and appends results to a Notion “Monday Drift Reports” child page.
Quick Start
Ask to run the Monday drift sweep report for this week and return any ES5 violations, orphan Safe wiring, runaway/near-limit sheet growth, and trigger headroom in a single consolidated output.