diff --git a/runner/harness/card.py b/runner/harness/card.py
index 21418dc..6f44d2a 100644
--- a/runner/harness/card.py
+++ b/runner/harness/card.py
@@ -141,14 +141,12 @@ def _stage_rows(stages: list[dict]) -> str:
return "\n".join(rows) or '
| no stages |
'
-# Friendly rung labels for the skip rows.
+# Friendly rung labels for the skip rows (the four essential rungs).
RUNG_LABEL = {
"install": "install",
"upgrade": "upgrade",
"backup_restore": "backup/restore",
"functional": "functional",
- "integration": "integration",
- "recipe_local": "recipe-local",
}
SKIP_GREEN = "#57ab5a" # muted green — an intentional skip reads like a pass (but labelled, never inflating)
@@ -241,7 +239,7 @@ tr.skipreason td{{color:#8b949e;font-size:.78rem;font-style:italic;padding-top:0
{FLOWER_SVG}
{recipe}
{version}
{level}level
-{("capped: " + cap) if cap else "full clean climb — top level (6)"}
+{("capped: " + cap) if cap else "full clean climb — top level (4)"}
{"".join(flag_bits)}