ModularityKit.Mutator is a .NET mutation runtime with governance, request lifecycle control, approval flow, and Redis-backed storage.
| Package | What it covers |
|---|---|
ModularityKit.Mutator |
mutation runtime, policies, execution, audit, and history |
ModularityKit.Mutator.Governance |
request lifecycle, approvals, resolution, and governed execution |
ModularityKit.Mutator.Governance.Redis |
Redis-backed storage and query provider |
- package overviews for the runtime and governance extensions
- conceptual docs for the mutation model and request flow
- decision records for architecture-level changes
- generated API reference from XML docs
dotnet tool update -g docfx
dotnet build ModularityKit.Mutator.slnx -c Release
docfx docfx.jsonThe repository root includes a Taskfile.yml for use with
task and covers the most common build, test, docs, and verification
commands.
Typical usage:
task build
task test
task test:smoke
task docs
task verify