What problem does it solve?
Diagnose and repair developer environments for the compound-engineering plugin by detecting missing CLI tools, validating repo-local configuration, and guiding safe remediation steps to get projects ready for review and CI.
Core Features & Use Cases
- Automated Health Check: Runs a single bundled script that verifies required CLI tools and reports missing components with install commands or URLs.
- Repository Configuration Management: Detects obsolete repo-local files, ensures .compound-engineering example and local config are present and offers to create or update them and add gitignore entries.
- Guided Installation Workflow: Presents missing dependencies as a selectable list, shows installation commands, runs approved installs, and verifies outcomes; useful for onboarding new contributors or troubleshooting CI failures.
Quick Start
Run an interactive diagnostic, follow the prompts to clean legacy repo files, bootstrap .compound-engineering config if desired, and optionally install any missing CLI tools.