Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
deploy - Prompt - OpenSmartRoute
Promptv1.0.0
deploy
Build, test, and deploy TaskForge to ECS Fargate with health gates and auto-rollback
Prompt file imported from 0x1DOCD00D/AgenticScalaAppTutorial (.claude/commands/deploy.md). Fill in {{arg1}} before use. Copyright stays with the author.
Deploy TaskForge to {{arg1}} (default: staging).
Use the deploy-engineer agent to:
Verify preconditions (clean tree on main, sbt check green).
Run ./scripts/deploy.sh {{arg1}}.
Watch the ECS rollout to completion and run ./scripts/smoke-test.sh against the {{arg1}} ALB.
If any gate fails: run ./scripts/rollback.sh {{arg1}}, verify recovery, and report the failure
evidence in full.
Copy one of these into your project. Installing also returns the manifest and these snippets.
Deploy TaskForge to {{arg1}} (default: staging).
Use the **deploy-engineer** agent to:
1. Verify preconditions (clean tree on main, `sbt check` green).
2. Run `./scripts/deploy.sh {{arg1}}`.
3. Watch the ECS rollout to completion and run `./scripts/smoke-test.sh` against the {{arg1}} ALB.
4. If any gate fails: run `./scripts/rollback.sh {{arg1}}`, verify recovery, and report the failure
evidence in full.
Report: image tag, task definition revision, rollout duration, smoke-test results.
Manifest
The prompt text and its fill-in variables. Copy it or fetch it by URL from your own code.