more features checks. setup improvements

This commit is contained in:
master
2026-02-13 02:04:55 +02:00
parent 9911b7d73c
commit 9ca2de05df
675 changed files with 37550 additions and 1826 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."
}