fix(lab): demote E40 to historical evaluation

This commit is contained in:
DCCONSTRUCTIONS
2026-07-30 22:18:46 +03:00
parent e4e5bf6ea1
commit 81d7ad1a77
7 changed files with 65 additions and 34 deletions
+2
View File
@@ -75,6 +75,8 @@ RootProvider = Callable[[], Path | None]
class E40OperatorVerdictRequest(BaseModel):
"""Legacy v1 storage vocabulary, not an operational truth decision."""
model_config = ConfigDict(extra="forbid")
reviewer_id: str = Field(min_length=1, max_length=128)