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.
Tests validate what the public module does. Do not mock, assert private methods, ignore violations, aggregate defects, or freeze implementation shape. Prove that raw exceptions, causes, child failures
Instruction file imported from flext-sh/flext-observability (.github/instructions/testing--observable-runtime.instructions.md). Copyright stays with the author.
Test observable runtime behavior
Tests validate what the public module does. Do not mock, assert private methods,
ignore violations, aggregate defects, or freeze implementation shape. Prove
that raw exceptions, causes, child failures, and pre-effect validation escape
through the public surface. Runtime is reality; fix a defective test instead of
restoring incorrect or legacy production behavior.
See also: runtime-is-reality.md (rule file) — runtime-first contract.
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/flext-sh-flext-observability-testing-observable-runtime-64b889/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.
{
"ocm": "1",
"id": "flext-sh-flext-observability-testing-observable-runtime-64b889",
"kind": "skill",
"name": "testing--observable-runtime",
"description": "Tests validate what the public module does. Do not mock, assert private methods, ignore violations, aggregate defects, or freeze implementation shape. Prove that raw exceptions, causes, child failures, and pre-effect validation escape through the public surface. Runtime is reality; fix a defective test instead of restoring incorrect or legacy production behavior.",
"publisher": "flext-sh",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"math"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Tests validate what the public module does. Do not mock, assert private methods, ignore violations, aggregate defects, or freeze implementation shape. Prove that raw exceptions, causes, child failures, and pre-effect validation escape through the public surface. Runtime is reality; fix a defective test instead of restoring incorrect or legacy production behavior."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/flext-sh/flext-observability",
"path": ".github/instructions/testing--observable-runtime.instructions.md",
"ref": "c373c4494fdd3cbf955dfa98cbd3419c46c42f16",
"url": "https://github.com/flext-sh/flext-observability/blob/c373c4494fdd3cbf955dfa98cbd3419c46c42f16/.github/instructions/testing--observable-runtime.instructions.md",
"key": "flext-sh/flext-observability/.github/instructions/testing--observable-runtime.instructions.md"
},
"applies_to": "**"
},
"instructions": "# Test observable runtime behavior\n\nTests validate what the public module does. Do not mock, assert private methods,\nignore violations, aggregate defects, or freeze implementation shape. Prove\nthat raw exceptions, causes, child failures, and pre-effect validation escape\nthrough the public surface. Runtime is reality; fix a defective test instead of\nrestoring incorrect or legacy production behavior.\n\nSee also: `runtime-is-reality.md` (rule file) — runtime-first contract.",
"cost": {
"context_tokens": 118
}
}
Fetch it by URL: GET /api/v1/registry/flext-sh-flext-observability-testing-observable-runtime-64b889/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.