Source: ce-code-review run 20260830-212446-4b8b0529 (adversarial P3/75, precedence-verified pre-existing).
What
hooks/hooks.json:8 requires deno and env (coreutils) on the hook PATH. When deno is absent the host sees a raw 127 on every write with no guidance (and now the new env $(env | awk ...) prefix adds a second hard external dependency).
Fix options
Declare deno as a hard plugin prerequisite in plugin.json/README, or have the hook command fall back to shell-only guidance when command -v deno fails.
Carried by PR #92: #92
Source: ce-code-review run 20260830-212446-4b8b0529 (adversarial P3/75, precedence-verified pre-existing).
What
hooks/hooks.json:8requiresdenoandenv(coreutils) on the hook PATH. When deno is absent the host sees a raw 127 on every write with no guidance (and now the newenv $(env | awk ...)prefix adds a second hard external dependency).Fix options
Declare deno as a hard plugin prerequisite in plugin.json/README, or have the hook command fall back to shell-only guidance when
command -v denofails.Carried by PR #92: #92