{
  "name": "ethagent",
  "version": "5.3.1",
  "description": "Portable Ethereum identity for your AI agent. Its soul, memory, and skills live onchain via ERC-8004 + IPFS and snap back into any session.",
  "author": { "name": "bairon.dev" },
  "homepage": "https://github.com/baairon/ethagent",
  "repository": "https://github.com/baairon/ethagent",
  "license": "MIT",
  "keywords": ["ethereum", "identity", "ens", "erc-8004"],
  "hooks": {
    "SessionStart": [
      {
        "hooks": [
          { "type": "command", "command": "npx -y ethagent --session-start" }
        ]
      }
    ],
    "PreToolUse": [
      {
        "matcher": "Edit|Write|MultiEdit",
        "hooks": [
          { "type": "command", "command": "npx -y ethagent --pretool-guard" }
        ]
      }
    ],
    "PostToolUse": [
      {
        "matcher": "Edit|Write|MultiEdit",
        "hooks": [
          { "type": "command", "command": "npx -y ethagent --sync-on-edit" }
        ]
      }
    ]
  }
}
