You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cli): drop pure-rename curated shadows (insight team/channel/responder, member list)
Continues the generated-as-single-source convergence (after the table
renderer and relative-time keystones). Removes the curated commands whose
only difference from their generated twin is flag spelling — a clean rename,
now that generated --start-time/--end-time accept relative time:
- insight team/channel/responder: curated --since/--until → generated
--start-time/--end-time (relative-time capable) PLUS the generated twin
exposes severities, *_ids, fields, aggregate-unit, … (net gain).
- member list: curated --name/--email → generated --query (the curated
command already folded both into the SDK Query field; generated also
keeps --role-id/--orderby/--asc and adds the rest of the member API).
To preserve the curated human tables, the generic renderer gains an
optional per-column formatter (colSpec.Format); DimensionInsightItem and
ResponderInsightItem seeds render ACK%/MTTA/MTTR with the same percent/
duration formatting the curated tables used. json/toon output unchanged.
insight top-alerts and incidents are KEPT curated for now — their generated
twins differ by more than flag spelling (--limit→--k, offset→cursor
pagination), so they're not pure renames.
e2e: member filter tests migrated to --query.
Doc/scan.sh references in fc-safari migrate in a paired PR; the dropped
commands only disappear for agents once a new CLI is released into the
sandbox, so the two land together.
0 commit comments