Clean up completed roadmap work

This commit is contained in:
2026-07-25 21:50:39 -05:00
parent 7b077c269d
commit 5a968b64eb
4 changed files with 4 additions and 885 deletions

View File

@@ -93,13 +93,15 @@ type TypedNormalizeResult[T any] struct {
Retry *NormalizeRetry
}
// NormalizeRetry asks the framework to retry normalization while retaining a
// safe candidate for acceptance if the retry budget is exhausted.
// Normalize retry diagnostic limits bound module-provided values before the
// framework persists them in debug artifacts.
const (
MaxNormalizeRetryReasonCodeBytes = 128
MaxNormalizeRetryMessageBytes = 4096
)
// NormalizeRetry asks the framework to retry normalization while retaining a
// safe candidate for acceptance if the retry budget is exhausted.
type NormalizeRetry struct {
ReasonCode string
Message string