thatchakomp-onewhey-memory-instructions.ocm.json json Copy{
"ocm": "1",
"id": "thatchakomp-onewhey-memory-instructions",
"kind": "skill",
"name": "memory",
"description": "Agent Memory Usage",
"publisher": "thatchakomP",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Agent Memory Usage"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/thatchakomP/oneWhey",
"path": ".github/instructions/memory.instructions.md",
"ref": "a76ab92aa82a3e8e681c3db0f4e6b23259b330d0",
"url": "https://github.com/thatchakomP/oneWhey/blob/a76ab92aa82a3e8e681c3db0f4e6b23259b330d0/.github/instructions/memory.instructions.md",
"key": "thatchakomP/oneWhey/.github/instructions/memory.instructions.md"
},
"applies_to": "**"
},
"instructions": "# Agent Memory Usage\n\n- On start: load `/ai/agent_memory.json` and summarize the latest status (`open_tasks`, `decisions`, `known_issues`, `last_failures`).\n- On finish: append to `history` and update `last_phase`, `decisions`, `known_issues`, and `last_failures`. Also emit `agent_output.json` for the run.\n- Keep the memory **append-only** with timestamps; do not erase prior entries.",
"cost": {
"context_tokens": 98
}
}