bglusman-wardwright-rust-instructions.ocm.json json Copy{
"ocm": "1",
"id": "bglusman-wardwright-rust-instructions",
"kind": "skill",
"name": "rust",
"description": "Rust Review Notes",
"publisher": "bglusman",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Rust Review Notes"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/bglusman/wardwright",
"path": ".github/instructions/rust.instructions.md",
"ref": "3b8bc8ba990ea82fbcb432278e6827610e7e2f31",
"url": "https://github.com/bglusman/wardwright/blob/3b8bc8ba990ea82fbcb432278e6827610e7e2f31/.github/instructions/rust.instructions.md",
"key": "bglusman/wardwright/.github/instructions/rust.instructions.md"
},
"applies_to": "**/*.rs"
},
"instructions": "# Rust Review Notes\n\n- Prefer typed structs/enums after protocol/config boundaries.\n- Avoid detached `tokio::spawn` work without cancellation and error reporting.\n- Do not place prompt text, credentials, or provider tokens in argv or logs.\n- Receipt and policy logic should keep deterministic decisions explicit.\n- Do not use `unwrap()` in request-path code unless the invariant is local and\n obvious.",
"cost": {
"context_tokens": 100
}
}