Loop 2 layer 5: session-aware weighting #8
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:07Z - https://github.com/coilysiren/voice-flow-learning-loop/issues/9
Context
Layer 5 of the 8-layer build path for Loop 2 documented in README.md.
Goal
A phrase appearing 50 times in one session because Kai was iterating on a bug is task-specific noise. A phrase appearing 50 times across 50 sessions is durable signal worth a snippet. Weight cross-session repetition higher than intra-session.
session_idin the JSONL filename and repo-recall already groups by session).value = frequency × length × log(session_count + 1)or similar.Done when
Depends on: layer 4. Unblocks: higher signal-to-noise for layer 6 onward.