artemisai-harness-engineering-harness-instructions.ocm.json json Copy{
"ocm": "1",
"id": "artemisai-harness-engineering-harness-instructions",
"kind": "skill",
"name": "harness",
"description": "These instructions apply to all files in this repository.",
"publisher": "ArtemisAI",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"These instructions apply to all files in this repository."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/ArtemisAI/Harness_Engineering",
"path": ".github/instructions/harness.instructions.md",
"ref": "3c7cfab4250b714b300f467c83e5ce42108da633",
"url": "https://github.com/ArtemisAI/Harness_Engineering/blob/3c7cfab4250b714b300f467c83e5ce42108da633/.github/instructions/harness.instructions.md",
"key": "ArtemisAI/Harness_Engineering/.github/instructions/harness.instructions.md"
},
"applies_to": "**"
},
"instructions": "# Harness Engineering — Universal Instructions\n\nThese instructions apply to all files in this repository.\n\n## Always\n\n- Implement exactly one feature per session (identified in `features.json`)\n- Follow the spec pipeline: `Requirements → Design → Tasks → Implementation → Verification`\n- Make atomic commits per task with message format `feat(<id>): <what>`\n- Update `claude-progress.txt` at session end\n\n## Never\n\n- Skip writing a spec file before writing code\n- Leave `features.json` with `status: \"in_progress\"` without a progress note\n- Introduce dependencies that violate layer order: `Types → C",
"cost": {
"context_tokens": 177
}
}