src/cli.ts parseArgs: command keywords are matched at any argv position, so nativeproof onboard test sets command:'test' and silently launches a device run ('./test' works, 'test' doesn't). Once a command has been chosen, later bare words should be treated as positionals for that command. Found during adversarial review (2026-07-02).
src/cli.ts parseArgs: command keywords are matched at any argv position, so
nativeproof onboard testsets command:'test' and silently launches a device run ('./test' works, 'test' doesn't). Once a command has been chosen, later bare words should be treated as positionals for that command. Found during adversarial review (2026-07-02).