Skip to content
ModularityKit.Mutator ModularityKit.Mutator Docs
  • Home
  • Core
  • Governance
  • Redis
  • API
Search Results for

    ModularityKit.Mutator

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

    ModularityKit.Mutator

    Start here

    • API reference
    • Architecture
    • Core concepts
    • Execution model
    • Package signing
    • ADR index

    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
    
    • Edit this page
    In this article
    ModularityKit.Mutator Generated from XML docs and published from main. Back to top