Answers from the documentation - opens a ticket when you need a person
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.
Answers come from the docs; check anything important there.
Imported from japurcell/skills (skills/self-improve-workspace/iteration-19/eval-0-create-root/with_skill/run-1/outputs/repo/AGENTS.md). Install upstream with npx skills add japurcell/skills --skill repo. Copyright stays with the author.
AGENTS.md
Repo durable guidance (mined from session notes)
Keep root AGENTS.md minimal. Include non-default commands and validation steps.
python3 scripts/check-config.py - Run after editing anything under deploy/ to validate deployment configuration.
pytest tests/integration/test_sync.py -q - Run for sync pipeline changes (integration tests for sync behavior).
src/generated/ - Generated API clients live here; extend generated code instead of hand-writing request/response types.