health-check
Overview
Run repository health check. Validates project type detection, runtime version, dependency installation status, environment configuration, Docker services (if applicable), README validation, and test collection.
Usage
python main.py health-check [OPTIONS]
Options
| Option | Description | Default |
|---|---|---|
--install | Install missing dependencies | false |
--verbose, -v | Show detailed output | false |
Prerequisites
- Repo: content-conductor
- Install:
pip install -r requirements.txtfrom repo root
Examples
Basic health check
python main.py health-check
Install missing dependencies
python main.py health-check --install
Verbose output
python main.py health-check -v
Output
Reports pass/fail status for each check: project type, runtime, dependencies, environment, Docker, README, and tests.
Related Commands
cc validate-- validate markdown documents