config_drift
Detect configuration drift: identify environment variables, database tables, or services in code that are missing from .env.example or docker-compose, preventing runtime failures.
Instructions
Detect env vars/DB tables/services in code missing from .env.example/docker-compose. Pairs with exception_guard.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | File to check (relative to workspace_dir). Omit to scan all source files. | |
| workspace_dir | Yes | REQUIRED: project root (abs). reindex first if new. |