fix: dump oversized CLI output via YAML policy

This commit is contained in:
Codex
2026-06-21 15:20:24 +00:00
parent 63e5e62a34
commit 5c2369f78a
4 changed files with 183 additions and 41 deletions
+7
View File
@@ -0,0 +1,7 @@
version: 1
kind: unidesk-cli
output:
maxStdoutBytes: 10240
dumpDir: /tmp/unidesk-cli-output
includePreview: false
warning: "CLI stdout exceeded YAML-configured limit; full output was dumped to /tmp. Improve this command to use concise tables and progressive disclosure."