概要
The Automated Regression Checker is a specialized worker designed to act as a quality gate within your development workflow. It automatically identifies the project's testing framework—supporting popular tools like Jest, Pytest, Vitest, and Go—and executes the full test suite to identify regressions immediately after implementation changes. By parsing results into a clear PASS/FAIL verdict and posting summaries directly to Linear, it provides developers with instant feedback on code integrity without manually triggering CI pipelines or modifying task statuses.