brndnmtthws-thetagang-review-config-instructions.ocm.json json Copy{
"ocm": "1",
"id": "brndnmtthws-thetagang-review-config-instructions",
"kind": "skill",
"name": "review-config",
"description": "When reviewing these files:",
"publisher": "brndnmtthws",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"When reviewing these files:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/brndnmtthws/thetagang",
"path": ".github/instructions/review-config.instructions.md",
"ref": "60e84d76154970b8b1209c345d65206808106004",
"url": "https://github.com/brndnmtthws/thetagang/blob/60e84d76154970b8b1209c345d65206808106004/.github/instructions/review-config.instructions.md",
"key": "brndnmtthws/thetagang/.github/instructions/review-config.instructions.md"
},
"applies_to": "thetagang/config.py,thetagang/config_v2.py,thetagang/config_migration/**/*.py,thetagang/main.py"
},
"instructions": "# Config and Migration Review Focus\n\nWhen reviewing these files:\n\n- Preserve schema invariants: valid stage IDs, dependency ordering, no dependency cycles, and `collect_state` first/enabled.\n- Flag any change that weakens validation bounds/defaults for risk-sensitive settings (thresholds, margin usage, DTE/sigma limits).\n- Ensure migration remains deterministic and safe: backup handling, atomic writes, and no silent destructive overwrite.\n- Verify v2 config compatibility with legacy runtime conversion remains intact.\n- Require tests whenever new config keys are added, moved, renamed, or defaul",
"cost": {
"context_tokens": 180
}
}