documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF

This commit is contained in:
master
2026-02-25 01:24:07 +02:00
parent b07d27772e
commit 4db038123b
9090 changed files with 4836 additions and 2909 deletions

View File

@@ -0,0 +1,15 @@
{
"tier": 1,
"type": "code_review",
"capturedAtUtc": "2026-02-12T12:40:00Z",
"feature": "exception-effect-registry",
"claimsVerified": true,
"missingClaims": [],
"presentClaims": [
"Adapters/ExceptionEffectRegistry.cs - sealed class with FrozenDictionary lookups",
"GetEffect(type, reason), GetAllEffects(), GetEffectById(effectId) methods",
"Exceptions/Models/ExceptionObject.cs - ExceptionType and ExceptionReason enums"
],
"verdict": "done",
"notes": "ExceptionEffectRegistry with FrozenDictionary O(1) lookups, 40 type+reason mappings across 4 exception types and 10 reasons, 8 distinct effect templates with MaxDurationDays and routing templates. Fallback to defer-default."
}