Conversation
Added - Separate package under - Governance abstractions for mutation requests, lifecycle, request decisions, and request storage - In-memory governance request store for development and tests - ADR set for governance package boundaries and request lifecycle concepts - Roadmap and execution model documents for governance evolution Changed - Solution now includes the governance package alongside the core runtime - Core project excludes governance sources to preserve package boundaries - Repository documentation now describes the split between core runtime and governance extension - ADR index is split between core and governance decisions Result The repository now has a clear architectural seam between direct mutation execution and governed mutation request lifecycle work, so future approval and pending execution features can evolve without bloating the core package.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Introduce
ModularityKit.Mutator.Governanceas a separate package and define the first governance execution model around mutation requests, pending lifecycle, and request storage.Added
ModularityKit.Mutator.Governancepackage undersrc/InMemoryMutationRequestStoreas the first governance runtime implementationDocs/Roadmap.mdandDocs/ExecutionModel.mdto document the governance direction and lifecycle modelChanged
Result
The repository now has a clear architectural seam between direct mutation execution and governance-specific request lifecycle work, so future approval, pending execution, versioned resolution, and persistence features can evolve without bloating the core package.
Testing
dotnet build src/ModularityKit.Mutator.Governance.csproj -c Releasedotnet build ModularityKit.Mutator.slnx -c ReleaseLinked Issues
Checklist
src/