We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd78a6 commit a407ff9Copy full SHA for a407ff9
1 file changed
src/components/StatusDisplay.tsx
@@ -307,7 +307,7 @@ export function StatusDisplay({
307
{effectiveState === 'locked' ? '🔴' : '🟡'}
308
</span>
309
<span className="loop-text">
310
- {effectiveState === 'locked' ? 'REPETITION LOCK' : 'GENERATION DRIFT'}
+ {effectiveState === 'locked' ? 'COGNITIVE COLLAPSE' : 'GENERATION DRIFT'}
311
312
{!HARDENING_MODE && (
313
<span className="loop-stats">
0 commit comments