Lane: CLI/UX (sweep 3, F5)
Unknown minimist flags aren't declared (cli/pbjs.js:53-69, cli/pbts.js:47-63), so --bogusflag test.proto consumes test.proto as the flag's value; the user sees the usage banner (exit 1) with a misleading cause. Reproduced live.
Verdicts: luna Downgrade Speculative (outcome is a usage failure, not silent success); grok Confirm Worth exploring (misleading cause). Recorded as Worth exploring with the low-severity framing.
Upstream: no hits.
Decision question: Adopt — warn/reject on unrecognized options (unknown callback or known-flag check)?
Lane: CLI/UX (sweep 3, F5)
Unknown minimist flags aren't declared (
cli/pbjs.js:53-69,cli/pbts.js:47-63), so--bogusflag test.protoconsumestest.protoas the flag's value; the user sees the usage banner (exit 1) with a misleading cause. Reproduced live.Verdicts: luna Downgrade Speculative (outcome is a usage failure, not silent success); grok Confirm Worth exploring (misleading cause). Recorded as Worth exploring with the low-severity framing.
Upstream: no hits.
Decision question: Adopt — warn/reject on unrecognized options (
unknowncallback or known-flag check)?