Add quiet validation wrapper

This commit is contained in:
2026-06-06 10:03:01 +02:00
parent 59c9b05d6c
commit 65c7716d62
5 changed files with 324 additions and 0 deletions

View File

@@ -42,6 +42,18 @@ cmake --preset windows-msvc-default
cmake --build --preset windows-msvc-default --config Debug --target PanoPainter pano_cli
```
Quiet checkpoint validation, preferred when working through Codex token-limited
sessions:
```powershell
powershell -ExecutionPolicy Bypass -File scripts\automation\quiet-validate.ps1 -BuildTargets PanoPainter,pano_cli -TestRegex "pp_app_core|pano_cli_plan"
```
The quiet wrapper writes full command logs under `out/logs/quiet-validation`,
prints only a compact summary, and applies editable warning/noise filters from
`scripts/automation/quiet-validation-ignore.txt`. If a step fails, read the
reported log file instead of rerunning with verbose output.
Focused fast validation:
```powershell