Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,11 @@ npm run test:mutation:force

Mutation testing requires Node.js 20+ because Stryker 9 has a newer development-time engine requirement. The plugin runtime still supports the Node.js version listed in the prerequisites.

### Planned follow-ups

- Reduce surviving mutants and timeout-only kills in the `claude-cli` and state shards by classifying equivalent mutants and replacing timeout-only detection with deterministic assertions where practical.
- Treat mandatory `contextWindow` persistence across JSON payloads as a separate versioned telemetry-contract change, with explicit nullability, backward compatibility, payload coverage, tests, and an appropriate semver release.

## License

[Apache-2.0](LICENSE) — see [NOTICE](NOTICE) for attribution.
Loading