redcon_quality_check
Runs a shell command, compresses its output, and verifies compression meets quality standards for pattern preservation, reduction floor, and determinism, returning a structured verdict.
Instructions
Run a shell command, compress its output, and verify the compression against the M8 quality harness (must-preserve patterns, reduction floor, determinism). Use this instead of redcon_run when you want a verdict before consuming the compressed bytes - the response is small and the verdict is structured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | . | |
| command | Yes | ||
| quality_floor | No | compact | |
| timeout_seconds | No | ||
| remaining_tokens | No | ||
| max_output_tokens | No | ||
| prefer_compact_output | No |