compress_log
Filter verbose test, build, and compiler logs to extract only root-cause failures and actionable file locations, discarding passing suites and noise.
Instructions
Filters and compresses verbose test runs, build logs, and compiler outputs (Jest, Vitest, tsc, cargo) to extract only the root-cause failures and actionable file locations, discarding passing suites and noise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rawLog | No | Raw log string content to compress | |
| logPath | No | Optional path to a log file on disk |