What problem does it solve?
Detects how a project is deployed and what branching and environment strategy it uses so automation and monitoring can choose correct health checks, routing, and merge strategies without guessing.
Core Features & Use Cases
- Live detection: Executes the deploy-detect script to produce structured JSON with deploy_type, branch_strategy, prod_url, and diagnostic signals.
- Deterministic routing: Uses deploy_type as the routing key for downstream dispatch and prescribes monitoring and health-check actions per deployment type.
- Fallback handling: Defines clear rules for unknown results and recommends safe defaults for CI/CD orchestration and observability setup.
- Use case: Determine whether to watch Vercel previews, poll Docker compose, or rely on git hooks before configuring monitors and merge gates.
Quick Start
Run the deploy-detect script and return the parsed JSON describing deployment type, branch strategy, and production URL for this repository.