Lexica MESSAGE ASSESSMENT
Message Framework
Define the messages you want to track across your coverage.
Cut-Through Scores
Operation Log
No operations logged yet.
v1.0
#version-stamp { position: fixed; bottom: 48px; /* sits above the footer */ left: 12px; font-family: 'JetBrains Mono', monospace; font-size: 9px; color: var(--border2); cursor: default; letter-spacing: 0.08em; z-index: 999; user-select: none; } #version-stamp span { cursor: pointer; transition: color 0.2s; } #version-stamp span:hover { color: var(--text2); } #version-detail { display: none; position: fixed; bottom: 64px; left: 12px; font-family: 'JetBrains Mono', monospace; font-size: 9px; color: var(--text2); background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 5px 10px; box-shadow: var(--shadow); z-index: 999; white-space: nowrap; letter-spacing: 0.05em; } #version-detail.open { display: block; }