src/config.ts resolveSpecs: env.spec.split(',') mangles --spec 'tests/{login,signup}.spec.ts' into two broken globs and the run matches nothing. Suggested: don't split inside braces (or drop comma support in favour of repeated --spec flags). Found during adversarial review (2026-07-02).
src/config.ts resolveSpecs: env.spec.split(',') mangles --spec 'tests/{login,signup}.spec.ts' into two broken globs and the run matches nothing. Suggested: don't split inside braces (or drop comma support in favour of repeated --spec flags). Found during adversarial review (2026-07-02).