Loop 2 layer 5: session-aware weighting #8
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#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.