feat(copy): PR 1.1 — research-grounded copy + prompt corrections
Add cue-anchored "When [cue], [action]" framing to the task-decomposition prompt where natural cues are present (Gollwitzer-style implementation intentions, d=0.65 effect size). Soften Bionic Reading and accessibility- font copy to honest preference framing per the v3 audit (Strukelj 2024; Doyon n=2,074). Update timer nudge from "Still on that timer?" (which read as judgmental) to "Timer's still running." Replace stale Tasks page header copy promising automatic extraction. Audio envelopes (focusTimer 20ms ramp, sounds.ts 10ms attack) verified correct per memo §B; no code change needed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
</button>
|
||||
{/each}
|
||||
</div>
|
||||
<p class="text-[11px] text-text-tertiary leading-relaxed">Pick whichever feels easier to read. Evidence on dyslexia-specific fonts is contested — this is preference, not prescription.</p>
|
||||
</div>
|
||||
|
||||
<!-- Font size -->
|
||||
@@ -102,7 +103,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Bionic reading -->
|
||||
<Toggle label="Bionic reading" description="Bold the first few characters of each word for faster scanning" bind:checked={bionicChecked} />
|
||||
<Toggle label="Bionic reading" description="Bolds the first few characters of each word. Some people find it helps; the evidence is mixed. Try it and keep it on if it feels better." bind:checked={bionicChecked} />
|
||||
|
||||
<!-- Reduce motion -->
|
||||
<div class="flex flex-col gap-2">
|
||||
|
||||
Reference in New Issue
Block a user