{{ total_hooks }}
Hooks Tracked
Per-hook fire/failure rates from .context/working/.hook-counter + .hook-failure-counter (T-1628). Threshold flags from lib/hook-threshold.py (T-1631).
Threshold rule: hooks with at least {{ min_fires }} fires AND failure ratio ≥ {{ fail_ratio_pct }}% are flagged.
Overall failure ratio: {{ overall_ratio }}%. Override via FW_HOOK_THRESHOLD_MIN_FIRES / FW_HOOK_THRESHOLD_FAIL_RATIO.
| Status | Hook | Fires | Failures | Ratio |
|---|---|---|---|---|
| {{ row.status }} | {{ row.name }} |
{{ '{:,}'.format(row.fires) }} | {{ '{:,}'.format(row.failures) }} | {{ row.ratio_pct }}% |
No hook telemetry yet. The counters self-create on the first hook fire — kick a tool call (Read, Edit, Bash, etc.) and reload.