config_drift
Scan code to identify environment variables, database tables, or services missing from .env.example or docker-compose files, preventing configuration drift.
Instructions
Detect env vars/DB tables/services in code missing from .env.example/docker-compose. Pairs with exception_guard.
Input 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. |