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:
@@ -7,7 +7,7 @@ extends Node
|
|||||||
## harness). One instance persists on the harness so the rotation index is not
|
## harness). One instance persists on the harness so the rotation index is not
|
||||||
## reset per call (spec decision 4).
|
## reset per call (spec decision 4).
|
||||||
|
|
||||||
const ROTATE_SECONDS := 2.0
|
const ROTATE_SECONDS := 3.0
|
||||||
|
|
||||||
var _phrases: ConsideringPhrases
|
var _phrases: ConsideringPhrases
|
||||||
var _timer: Timer
|
var _timer: Timer
|
||||||
|
|||||||
Reference in New Issue
Block a user