Flamehaven commited on
Commit
9d7b3e6
·
verified ·
1 Parent(s): 6dfaf4f

fix: registry stale, calibration version dynamic, Regulatory Traceability card with color badges

Browse files
Files changed (1) hide show
  1. 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 1.8.0 — 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. "
 
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. "