Nemesis Audit
nemesis_auditScan the repository to detect contract drift between test doubles (mocks, stubs, spies) and production code without running tests.
Instructions
Scan the repository (or given paths) for contract drift between test doubles (mocks, stubs, spies) and production code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Restrict to these languages | |
| paths | No | Test files or directories to inspect; defaults to standard discovery | |
| exclude | No | Directory names to skip, e.g. a repository's own intentionally broken drift fixtures | |
| strictness | No | Severity filter | breaking_only |