run_audit
Audits all projects for compliance issues—port conflicts, git remotes, .env files, Docker/PM2 config, and version problems—returning a structured plan with remediation steps.
Instructions
Run the Compliance Agent audit across all projects. Checks: port conflicts, git remotes (origin + gdrive), git hooks (post-commit auto-push), .env files (existence + gitignore), Docker config (restart policy, workdir), PM2 config (treekill, kill_timeout, no bash wrappers), version issues (EOL runtimes, outdated deps, MUI v4/v5 coexistence). Returns a structured plan with findings and remediation steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Audit scope: all checks, compliance only, version checks only, or port conflicts only | all |