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
fix: migrate delete commands to runtime risk confirmation
- Remove self-declared yes flags from dataset/finetune/deploy delete:
the runtime injects --yes for commands declaring risk, and the duplicate
declaration broke registry startup (redeclares reserved flag)
- Migrate alert delete / template delete to the risk mechanism so the
confirmation gate is runtime-owned again
- e2e: drop stale USAGE(2) confirmation tests superseded by exit-7
coverage; align dataset assertions with current behavior (2GB media
upload cap, video schema supported)
|**Risk message**| This permanently deletes the specified alert rules and cannot be undone. |
90
+
91
+
> **Agent safety:** Never add `--yes` automatically. On `type="requires_confirmation"`, stop and ask for explicit user confirmation of the same action and scope.
|**Risk message**| This permanently deletes the specified alert templates and cannot be undone. |
347
+
348
+
> **Agent safety:** Never add `--yes` automatically. On `type="requires_confirmation"`, stop and ask for explicit user confirmation of the same action and scope.
0 commit comments