pub const TOOL_ARGS_JSON_LIMIT: usize = _; // 65_536usizeExpand description
Maximum byte length of ZEPH_TOOL_ARGS_JSON to avoid E2BIG when spawning hook processes.
OS ARG_MAX is ~1 MB on macOS and ~2 MB on Linux; staying well below that avoids E2BIG.