1+ # ModularityKit.Mutator
2+
3+ ModularityKit.Mutator is a .NET mutation runtime with governance, request lifecycle control,
4+ approval flow, and Redis-backed storage.
5+
16![ ModularityKit.Mutator] ( ../assets/brand/mutator-landing-banner.png )
27
3- # ModularityKit.Mutator
8+ ## Start here
49
5- ModularityKit.Mutator is a .NET mutation runtime with governance, request lifecycle, approval flow,
6- and Redis-backed storage.
10+ - [ API reference] ( API/Reference.md )
11+ - [ Architecture] ( Architecture.md )
12+ - [ Core concepts] ( Core-Concepts.md )
13+ - [ Execution model] ( ExecutionModel.md )
14+ - [ ADR index] ( Decision/listadr.md )
715
816## Packages
917
1018| Package | What it covers |
1119| --- | --- |
12- | [ ` ModularityKit.Mutator ` ] ( ../src/README.md ) | mutation runtime, policies, execution, audit, history |
13- | [ ` ModularityKit.Mutator.Governance ` ] ( ../src/Governance/README.md ) | request lifecycle, approvals, resolution, governed execution |
20+ | [ ` ModularityKit.Mutator ` ] ( ../src/README.md ) | mutation runtime, policies, execution, audit, and history |
21+ | [ ` ModularityKit.Mutator.Governance ` ] ( ../src/Governance/README.md ) | request lifecycle, approvals, resolution, and governed execution |
1422| [ ` ModularityKit.Mutator.Governance.Redis ` ] ( ../src/Redis/README.md ) | Redis-backed storage and query provider |
1523
16- ## Explore
17-
18- | Area | What to read |
19- | --- | --- |
20- | API reference | [ ` Docs/API/Reference.md ` ] ( API/Reference.md ) |
21- | Core concepts | [ ` Docs/Core-Concepts.md ` ] ( Core-Concepts.md ) |
22- | Execution model | [ ` Docs/ExecutionModel.md ` ] ( ExecutionModel.md ) |
23- | Roadmap | [ ` Docs/Roadmap.md ` ] ( Roadmap.md ) |
24-
25- ## What this site contains
24+ ## What is covered
2625
2726- package overviews for the runtime and governance extensions
2827- conceptual docs for the mutation model and request flow
28+ - decision records for architecture-level changes
2929- generated API reference from XML docs
3030
3131## Build locally
@@ -34,5 +34,4 @@ and Redis-backed storage.
3434dotnet tool update -g docfx
3535dotnet build ModularityKit.Mutator.slnx -c Release
3636docfx docfx.json
37- cp index.html _site/index.html
3837```
0 commit comments