From 66af4574fc6f365606357336a44da315e5156315 Mon Sep 17 00:00:00 2001 From: CBEPX <458940+CBEPX@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:37:08 +0300 Subject: [PATCH] docs: record planned follow-up work --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1b6dc1e..99c7823 100644 --- a/README.md +++ b/README.md @@ -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.