Setup Background Checker
depsonar_setup_checkerInstall or remove a background checker that runs dependency scans on a schedule and stores results in a cache for review.
Instructions
Install or remove the background dependency checker. On macOS, uses launchd (native, lightweight). On Linux, uses cron.
The checker runs on schedule, scans all projects, writes results to ~/.depsonar-cache.json, then exits. Zero RAM between runs, zero AI tokens, zero cost.
Results are shown by depsonar_alerts.
Examples:
"Setup background dependency checking"
"Check my deps every 12 hours"
"Remove the background checker"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uninstall | No | Remove the scheduled check. | |
| interval_hours | No | How often to check (in hours). Default: every 6 hours. |