| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A self-healing test suite: CircleCI runs Stryker mutation testing on every push, and when mutants survive, the pipeline hands the surviving mutants to a CircleCI Chunk agent that writes the missing tests and opens a PR. A human reviews and merges; the next run is green.
push to main
└─ install ─ unit-tests
└─ mutation-tests Stryker, JSON report -> score, prompt.txt, REMEDIATE
├─ gate re-scores; RED while mutants survive
└─ remediate score < 70% -> triggers a Chunk agent task
└─ Chunk agent writes killing tests, opens PR
└─ PR gate must hit 100% -> human merges
└─ next main run: green
npm ci
npm test # 15 green tests
npm run mutation # score 46.97%, exit 1 — the weak suite caught red-handedSee RUNBOOK.md for the one-time CircleCI/Chunk wiring.
| Back | FazBrowse Home | New Git URL |