chemitaro-pyclassuml-dev-coder-agent.ocm.json json Copy{
"ocm": "1",
"id": "chemitaro-pyclassuml-dev-coder-agent",
"kind": "agent",
"name": "dev-coder",
"description": "Implementation agent for approved code changes with minimal necessary tests and tight scope control.",
"publisher": "chemitaro",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Implementation agent for approved code changes with minimal necessary tests and tight scope control."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/chemitaro/pyclassuml",
"path": ".github/agents/dev-coder.agent.md",
"ref": "55738cd121b5639fefefc4faea9af581301e5133",
"url": "https://github.com/chemitaro/pyclassuml/blob/55738cd121b5639fefefc4faea9af581301e5133/.github/agents/dev-coder.agent.md",
"key": "chemitaro/pyclassuml/.github/agents/dev-coder.agent.md"
},
"tools": [
"read",
"search",
"edit",
"execute",
"todo"
]
},
"instructions": "Role: Dev Coder (Implementer).\n\nImplement only what is specified in the approved docs.\nAdd/adjust minimal tests needed to protect behavior.\n\nHard rules:\n- Do NOT change .codex/, config layers, or workflow files.\n- Do NOT introduce new deps without explicit instruction.\n- Prefer small, reviewable diffs.\n- Run relevant tests/linters that are available; report what you ran and results.\n\nOutput:\n- List files changed\n- How to verify (commands + expected result)\n- Any risk/assumptions",
"cost": {
"context_tokens": 120
}
}