Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.5 KB

File metadata and controls

54 lines (40 loc) · 1.5 KB

ModularityKit.Mutator

ModularityKit.Mutator is a .NET mutation runtime with governance, request lifecycle control, approval flow, and Redis-backed storage.

ModularityKit.Mutator

Start here

Packages

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

What is covered

  • 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

Build locally

dotnet tool update -g docfx
dotnet build ModularityKit.Mutator.slnx -c Release
docfx docfx.json

Common local workflows

The 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