fix(regression): support contracts surface in test planner

This commit is contained in:
Tak Hoffman
2026-03-27 19:26:33 -05:00
parent 9cb3ce8e1a
commit 835441233d
3 changed files with 30 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ if (rawCli.showHelp) {
" --plan Print the resolved execution plan and exit",
" --ci-manifest Print the planner-backed CI execution manifest as JSON and exit",
" --explain <file> Explain how a file is classified and run, then exit",
" --surface <name> Select a surface: unit, extensions, channels, gateway",
" --surface <name> Select a surface: unit, extensions, channels, contracts, gateway",
" --files <pattern> Add targeted files or path patterns (repeatable)",
" --mode <ci|local> Override runtime mode",
" --profile <name> Override execution intent: normal, max, serial",