Commit 40c3997
committed
Refactor: Flatten source tree under src
Added
- Flattened the library layout so the project now lives directly under src/\n- Updated the solution file to reference src/ModularityKit.Mutator.csproj
Changed
- Moved all library source files, abstractions, and runtime code out of the extra ModularityKit.Mutator/ wrapper directory
- Added the missing internal runtime helpers under src/Runtime/Internal to match the flattened structure
- Preserved the public API surface while aligning the repository layout with the new src/ convention
Result
The repository now keeps production code directly under src/ with the solution and project references aligned to the flattened layout, while the example and benchmark trees remain separate.1 parent 0f14e8d commit 40c3997
70 files changed
Lines changed: 659 additions & 439 deletions
File tree
- ModularityKit.Mutator/Runtime
- src
- Abstractions
- Audit
- Changes
- Context
- Effects
- Engine
- Exceptions
- History
- Intent
- Interception
- Metrics
- Policies
- Results
- Runtime
- Audit
- Interception
- Internal
- Loggers
- Metrics
- Policies
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
7 | 14 | | |
8 | | - | |
9 | 15 | | |
0 commit comments