tune(client): considering rotation 2.0s -> 3.0s (phrases linger longer)

By-hand cold-start test showed 3 phrases before the response; 1.5x the
cadence so each line stays on screen a touch longer.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-10 15:31:59 -05:00
parent c5644d381e
commit 6d7eeaab27

View File

@@ -7,7 +7,7 @@ extends Node
## harness). One instance persists on the harness so the rotation index is not
## reset per call (spec decision 4).
const ROTATE_SECONDS := 2.0
const ROTATE_SECONDS := 3.0
var _phrases: ConsideringPhrases
var _timer: Timer