identify_unverified_behaviors
Identifies untested code paths and behaviors in a repository, reporting coverage gaps, failing targets, and unverified assumptions to guide testing efforts.
Instructions
Returns verification coverage: how much of the planned work has supporting execution evidence, weighted by tier, decayed by age, and weighted by trust class (agent-asserted evidence counts for half). Also returns the count of failing and flaky targets, the highest single impacted-node risk, and the specific unverified assumptions (capped at 20). 'overallConfidence' is an alias of coverage retained for compatibility — it measures evidence, not the probability that the code is correct, and is not calibrated against observed outcomes. Coverage is reported as unknown, not 100%, when nothing was planned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| executedTargetsCount | No | What-if override: model coverage as if this many targets had been executed. Only applies when persistent state is unavailable. |