more features checks. setup improvements
This commit is contained in:
@@ -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."
|
||||
}
|
||||
Reference in New Issue
Block a user