Loop 2 layer 4: length-weighted ranking #9
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/voice-flow-learning-loop#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally filed by @coilysiren on 2026-05-20T12:01:06Z - https://github.com/coilysiren/voice-flow-learning-loop/issues/8
Context
Layer 4 of the 8-layer build path for Loop 2 documented in README.md.
Goal
Switch from raw frequency to a length-weighted value metric. A 5-character phrase repeating 100 times is less worth snippet-izing than a 60-character phrase repeating 30 times because the time-saved-per-snippet differs.
value = frequency × length. Tunable via CLI flag or env var.--rawmode for debugging.Done when
--rawmode produces the layer 2/3 output for comparison.Depends on: layer 3 (or layer 2 if Luca route is deferred). Unblocks: layer 5.