/scenarios Command
Use /scenarios to inspect the active agent's suite and curate what runs by default.
Syntax
/scenarios
/scenarios list [--json]
/scenarios exclude <ids...> [--json]
/scenarios include <ids...> [--json]
/scenarios delete <ids...> [--json]
The shell form uses rook scenarios. list is the default subcommand, so /scenarios and /scenarios list are equivalent.
| Subcommand | Effect |
|---|---|
list | Show what would run, stale or blocked scenarios, and reasons a profile cannot execute a scenario. |
exclude | Keep scenarios on disk and in history, but omit them from default runs. |
include | Return excluded scenarios to the default run set. |
delete | Permanently remove the named local scenario files. |
Use explicit IDs. Unknown IDs are reported so a typo cannot look like a successful exclusion.
