bonk18-specguard-specguard.ocm.jsonjson {
"ocm": "1",
"id": "bonk18-specguard-specguard",
"kind": "skill",
"name": "SpecGuard",
"description": "Repository Notes",
"publisher": "bonk18",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Repository Notes"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/bonk18/SpecGuard",
"path": "AGENTS.md",
"ref": "28c984dd35418ff4b07bff52044c9b5ce96c9a11",
"url": "https://github.com/bonk18/SpecGuard/blob/28c984dd35418ff4b07bff52044c9b5ce96c9a11/AGENTS.md",
"key": "bonk18/SpecGuard/AGENTS.md"
}
},
"instructions": "# Repository Notes\n\n- The FastAPI application and Pydantic contracts live under `backend/app`.\n- Install `requirements-dev.txt` and run backend tests with `.venv/bin/python -m pytest`.\n- Import public contracts from `app.schemas`; keep internal schema imports absolute.\n- Do not push directly to `main`.\n- Do not rename existing API fields or `maintainance.py` without checking every usage.\n- Keep safety recommendations advisory and human-approved by default.\n- Update schema tests, `docs/examples`, and `docs/SCHEMA_ARCHITECTURE.md` together.",
"cost": {
"context_tokens": 136
}
}