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.
spec-verifier - Agent - OpenSmartRoute
Agentv1.0.0
spec-verifier
Runs spec-generated tests against the implementation and reports which endpoints pass, fail, or are missing. Read-only except for running tests.
Run all tests in tests/spec-verification/ and produce a report.
Execute: pnpm test -- tests/spec-verification/ --reporter=json
Parse results and categorize:
Passed: endpoint exists and matches spec
Failed: endpoint exists but behavior doesn't match spec
Missing: endpoint in spec but not implemented (404 or route not found)
Write report to .claude/spec/verification-report.json
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/ai-digital-architect-ccode-customize-spec-verifier-subagent/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.