Problem
@stryker-mutator/core, @stryker-mutator/typescript-checker, and @stryker-mutator/vitest-runner are declared in devDependencies, but no GitHub Actions workflow invokes Stryker. Mutation score is referenced in Phase 8 (Quality Gate) but isn't actually being measured.
Acceptance criteria
Milestone
v2.0.0
Problem
@stryker-mutator/core,@stryker-mutator/typescript-checker, and@stryker-mutator/vitest-runnerare declared indevDependencies, but no GitHub Actions workflow invokes Stryker. Mutation score is referenced in Phase 8 (Quality Gate) but isn't actually being measured.Acceptance criteria
stryker.conf.json(or.mjs) at the repo root with sensible defaults.github/workflows/mutation.ymlthat runs mutation testing (nightly or on-demand to avoid PR latency)pipeline.config.json(opt-in per the README)Milestone
v2.0.0