Spaces:
Sleeping
Sleeping
fix: registry stale, calibration version dynamic, Regulatory Traceability card with color badges
Browse files- stem_ai/render.py +1 -1
stem_ai/render.py
CHANGED
|
@@ -374,7 +374,7 @@ def _calibration_effect_note(calibration: dict[str, Any]) -> str | None:
|
|
| 374 |
if calibration.get("profile_read_mode") != "mirror_only":
|
| 375 |
return None
|
| 376 |
return (
|
| 377 |
-
"mirror-only in
|
| 378 |
"but authoritative scan scoring still follows deterministic runtime constants. "
|
| 379 |
"Preview-only posture changes, including Stage 4 replication emphasis, do not "
|
| 380 |
"change the formal score until a future read-through phase. "
|
|
|
|
| 374 |
if calibration.get("profile_read_mode") != "mirror_only":
|
| 375 |
return None
|
| 376 |
return (
|
| 377 |
+
f"mirror-only in {__version__} — selected profile metadata is surfaced in artifacts, "
|
| 378 |
"but authoritative scan scoring still follows deterministic runtime constants. "
|
| 379 |
"Preview-only posture changes, including Stage 4 replication emphasis, do not "
|
| 380 |
"change the formal score until a future read-through phase. "
|