docs(turn-stages): the settle hold is 20s, not the 10s this page claimed #1079
No reviewers
Labels
No labels
move-to-repo
coilyco-bridge-deploy
move-to-repo
coilyco-flight-deck-agent-compose
move-to-repo
coilyco-gaming-eco-app
move-to-repo
coilysiren-inbox
move-to-repo
unknown
🔒⚠️📦⚠️🔒 SANDBOXED 🔒⚠️📦⚠️🔒
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
c#
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-gaming/sirens-echo!1079
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/turn-stages-hold-doc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #1078.
What changes
One paragraph in
docs/sirens-echo-turn-stages.md. It said a reply can be held "for up to 10 seconds after it is ready". The cap isturnProgressEvery, whichderiveKnobssets toturnProgressAfter * 2, andsettleDelayreturnsturnProgressEvery - remainder, so the beat bounds the hold rather than the wait. At the packaged 10s wait that is 20 seconds.docs/sirens-echo-progress.mdalready described the same mechanism correctly at a twenty second grid, so the two pages disagreed and the one carrying the bold claim was the wrong one.The measurement
Telemetry refuted it in the open. On sirens-dowel over 24h to 2026-08-19,
turn.progress.settleran p50 15.97s against p95 19.9997s, on 33 of 120 turns. A p50 of 15.97s is not reachable under a 10s ceiling.Why this is not a typo fix
The sentence continues into "whether that trade is right is a separate question from whether it is visible", so it is the sentence someone weighs when deciding whether the hold is acceptable. Halving the cost halves the argument.
It also misplaced where the hold bites. Splitting turns into stages shows the settle dominating ordinary turns rather than slow ones:
Against a 300.8s turn where the settle was 0s and model time was 99%. A reader on "up to 10 seconds" would rank the settle behind tool time on a median turn, where it is second only to the model.
The rewrite names the derivation rather than restating a literal, so the prose cannot drift from the knob again the way it just did.
Validation
pre-commit run --all-filespasses clean, includingdead cross-linksandMarkdown size caps.Scope
Docs only. No behaviour change, no knob change, nothing that moves capability, so this sits on the permitted side of the #929 freeze amendment. The hold itself is unchanged and whether to keep it is still open.