What problem does it solve? It prevents delivery claims that are not backed by actual test, lint, and build results by preserving a baseline of existing failures and distinguishing repairs, persistent failures, and regressions. ## Core Features & Use Cases - Baseline Capture: Records observed check outcomes before editing so later results can be compared as fixed, regression, persistent_failure, unchanged, new, or incomparable. - Evidence-Gated Delivery: Uses zeus verify --status --json to confirm every required check is current and passing before marking work complete. - Use Case: When fixing a reported bug, reproduce the failure with a failing test, implement the fix, rerun the targeted and neighboring checks, then compare against the captured baseline to prove no regressions were introduced. ## Quick Start Ask the agent to run the zeus-engineering workflow on your coding task, for example by invoking /zeus-engineering followed by a description of the change you want implemented and verified.