From 4bec0724dba6aa2c60ba26ccb7feb4f95e8cef95 Mon Sep 17 00:00:00 2001 From: karti-ai <176560021+karti-ai@users.noreply.github.com> Date: Fri, 28 Aug 2026 21:42:46 -0700 Subject: [PATCH] alert-triage: the status comment described the state it had just left --- src/demos/alert-triage/meta.ts | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/demos/alert-triage/meta.ts b/src/demos/alert-triage/meta.ts index 2c1fc12..1015d35 100644 --- a/src/demos/alert-triage/meta.ts +++ b/src/demos/alert-triage/meta.ts @@ -1,12 +1,11 @@ import { defineMeta } from '@/lib/demo-kit'; /** - * Eager, serialisable, React-free: this is imported for every demo on every - * page. Everything expensive is behind `demo.tsx`. - * - * `status` starts as `spec`: `check-demos` rule 7 refuses `live` until the - * capture stage has put recorded runs for this slug in the traces manifest. - * The ship stage flips it. Nothing else here changes at that point. + * `status` is `live`: this environment ships with an interactive mode, a + * probe-gated reward, captured rollouts and a verifier. `check-demos` rule 7 + * is what makes that word cost something — it refuses `live` for a demo with + * no runs in the manifest — so flipping it is a claim the gate checks, not a + * label. */ export default defineMeta({ slug: 'alert-triage',