You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Kaizen Surface Gate K2 Failure (4 defects)
--helpis not recognized on file-taking subcommands:simular run --help→ "Error: Failed to read experiment file" (exit 1)simular verify --help→ "Error: Failed to read experiment file" (exit 1)simular emc-check --help→ "Error: Failed to read experiment file" (exit 1)simular emc-validate --help→ "Error: Failed to read experiment file" (exit 1)The manual arg parser consumes the next positional arg as a filename without first checking for
--help/-h.Five-Whys
Fix
Add
--help/-hflag detection before consuming positional args in each subcommand handler. Alternatively, migrate to clap for consistent arg parsing.Found via kaizen surface gate sweep.