harness_pgo
Incrementally verify code by running typecheck and lint that returns only new errors not seen in previous calls, ideal for use after each code modification.
Instructions
Run incremental PGO (Pose Graph Optimization) typecheck/lint verification.
KEY CONCEPT: Only returns NEW errors not seen in previous calls. If you call it 10 times, each call only shows errors that appeared SINCE the last call. When it returns 0 new errors, the code compiles cleanly.
Use after each agent turn that modifies code to verify incrementally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory |