{
	"hooks": {
		"SubagentStop": [
			{
				"matcher": "^lazycodex-executor$",
				"hooks": [
					{
						"type": "command",
						"command": "node \"${PLUGIN_ROOT}/components/lazycodex-executor-verify/dist/cli.js\" hook subagent-stop",
						"timeout": 10,
						"statusMessage": "(OmO) Verifying LazyCodex Executor Evidence"
					}
				]
			}
		]
	}
}
