asears-slopwith-disasm-instructions.ocm.json json Copy{
"ocm": "1",
"id": "asears-slopwith-disasm-instructions",
"kind": "skill",
"name": "reverse-engineering-instructions",
"description": "Operating instructions for repeatable disassembly sessions and handoff into a WASM implementation backlog.",
"publisher": "asears",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Operating instructions for repeatable disassembly sessions and handoff into a WASM implementation backlog."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/asears/slopwith",
"path": ".github/instructions/disasm.instructions.md",
"ref": "6c2dbd65e240379d2d5b2f5ad3f50482e55dbff7",
"url": "https://github.com/asears/slopwith/blob/6c2dbd65e240379d2d5b2f5ad3f50482e55dbff7/.github/instructions/disasm.instructions.md",
"key": "asears/slopwith/.github/instructions/disasm.instructions.md"
}
},
"instructions": "# Session Instructions\r\n\r\n## Before starting\r\n- Confirm target binary path.\r\n- Confirm output folders exist: `docs/reverse`, `traces/reference`.\r\n- Confirm DOSBox-X launch script works.\r\n\r\n## Session checklist\r\n1. Pick one subsystem (input, physics, collision, AI, rendering, scoring).\r\n2. Update static analysis notes for that subsystem.\r\n3. Capture one dynamic trace focused on the subsystem.\r\n4. Document state transitions and edge cases.\r\n5. Convert findings into WASM backlog tasks.\r\n\r\n## Evidence requirements\r\n- Every rule in behavioral spec should link back to one of:\r\n - static function an",
"cost": {
"context_tokens": 185
}
}