Skip to content

Commit a407ff9

Browse files
committed
REPETITION LOCK -> COGNITIVE COLLAPSE
1 parent 0fd78a6 commit a407ff9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/StatusDisplay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ export function StatusDisplay({
307307
{effectiveState === 'locked' ? '🔴' : '🟡'}
308308
</span>
309309
<span className="loop-text">
310-
{effectiveState === 'locked' ? 'REPETITION LOCK' : 'GENERATION DRIFT'}
310+
{effectiveState === 'locked' ? 'COGNITIVE COLLAPSE' : 'GENERATION DRIFT'}
311311
</span>
312312
{!HARDENING_MODE && (
313313
<span className="loop-stats">

0 commit comments

Comments
 (0)