Skip to content

Commit 96ed23b

Browse files
fix(development-pr-workflow): backtest-change also triggers for NEW monitors/gates
The command only advertised itself for CHANGES to existing data-driven config, so authoring a brand-new gate monitor with a backtest-derived threshold (the INF-335 EGW-Go blue/green gate) didn't trigger it even though the methodology is identical. Add new-monitor/gate trigger language and mention joint rate-AND-floor replay for gate composites.
1 parent 7aa69ca commit 96ed23b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/plugins/development-pr-workflow/commands/backtest-change.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Before opening a PR for a data-driven change (monitor threshold, alert routing/renotify, metric query, sampling rate, perf tweak), validate it against LIVE historical datareplay old-vs-new and report whether it actually achieves its goal. Refuses to ship (or redirects) when the data disproves the premise.
2+
description: Before opening a PR for a data-driven change (monitor threshold, alert routing/renotify, metric query, sampling rate, perf tweak) — or a NEW monitor, gate, or alert whose threshold must be derived from historical data — validate it against LIVE historical data: replay old-vs-new (or the proposed threshold against history, e.g. a joint rate-AND-floor replay for gate composites) and report whether it actually achieves its goal. Refuses to ship (or redirects) when the data disproves the premise.
33
argument-hint: [what you're about to change + the metric/signal it should move]
44
allowed-tools: Bash(*), Read(*), Grep(*), Glob(*), AskUserQuestion(*)
55
---

0 commit comments

Comments
 (0)