Purpose
A quick diagnostic tool (30s) that runs essential validation and health checks to ensure the project is in a consistent state.
When to Use
- Before starting a new feature or refactor.
- After making configuration changes.
- To verify Genkit and production secret status quickly.
Process
- Notification: Inform the user you are starting the full project health check.
- Validator: Run
python3 scripts/production-secrets-validator.py. - Config Test: Run
python3 scripts/test-configuration.py. - Genkit Verification: Run
python3 verify_genkit.py. - Reporting: Provide a summary of all outputs.