{
	"hooks": {
		"PostToolUse": [
			{
				"matcher": "^(create_thread|codex_app\\.create_thread)$",
				"hooks": [
					{
						"type": "command",
						"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-tool-use",
						"timeout": 10,
						"statusMessage": "(OmO) Checking Thread Title Hygiene"
					}
				]
			}
		]
	}
}
