fix: make CLI dump warning actionable

This commit is contained in:
Codex
2026-06-21 15:24:17 +00:00
parent 3a4d99bf74
commit abf3d75762
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ function cliOutputPolicy(): CliOutputPolicy {
maxStdoutBytes: EMERGENCY_OUTPUT_DUMP_THRESHOLD_BYTES,
dumpDir: EMERGENCY_OUTPUT_DUMP_DIR,
includePreview: false,
warning: "CLI output policy YAML could not be loaded; emergency dump guard is active and this YAML configuration must be fixed.",
warning: "CLI output policy YAML could not be loaded; emergency dump guard is active for one-off drill-down only. Fix config/unidesk-cli.yaml, then improve the noisy command itself to print concise tables/summaries and id-specific progressive disclosure instead of repeatedly depending on dump extraction.",
configPath: CLI_OUTPUT_CONFIG_RELATIVE_PATH,
configError: message,
};