{
  "id": "memflywheel",
  "activation": {
    "onStartup": true,
    "onCapabilities": ["hook"]
  },
  "hooks": ["before_prompt_build", "before_tool_call", "agent_end", "session_end", "gateway_stop"],
  "kind": "memory",
  "contracts": {
    "tools": []
  },
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  }
}
