dependency_gatekeeper
Detects undeclared dependencies by comparing imports to manifests, then suggests install commands for Python, JavaScript, Go, and Rust.
Instructions
Imports vs manifests: undeclared deps + install hints (Py/JS/Go/Rust). Pairs with guard_patterns.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Source file to check (relative to workspace_dir) | |
| workspace_dir | Yes | REQUIRED: project root (abs). reindex first if new. |