S-04b · ACL mutation-score baseline (Stryker.NET) #47
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Split off from #5 (CLAUDE.md §13). Covers the remaining S-04 acceptance criterion:
Outcome: Stryker.NET configured for the ACL (services/acl), a baseline mutation score captured and recorded, and a 'mutation' make target wired into 'make ci' / the pipeline that fails on regression below baseline (the ratchet, CLAUDE.md §5). This establishes the repo-wide mutation baseline that later slices ratchet upward.
Notes: Adding Stryker.NET is a new dependency → ADR-worthy (§14). The ACL is the natural place to set the first baseline since it is the first service with real branching logic.
Out of scope: mutation testing for BFF/other services (added as they gain logic).