pub fn ingest_hook_string(
source: IngestSource,
input: &str,
workspace: Option<PathBuf>,
) -> Result<String>Expand description
Process hook JSON (same as stdin for kaizen ingest hook). On success, returns empty string (CLI prints nothing).