Loop 2 layer 6: phrase-shape extractors #5
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:15Z - https://github.com/coilysiren/voice-flow-learning-loop/issues/12
Context
Layer 6 of the 8-layer build path for Loop 2 documented in README.md.
Goal
"Phrase" isn't one shape. Three categories deserve separate extractors and weightings:
/or~/, no spaces. Examples:/Users/kai/projects/coilysiren/...,~/.repo-recall/dispatch/,/coilysiren/kai-server/tailnet-fqdn.coily,gh,kubectl,tailscale,aws), or with-/--flags. Examples:coily ops gh issue create,--commit-scope=/Users/kai/projects/agentic-os-kai.**Problem**\n\n, issue-template openers, conversational filler.Each shape gets its own extractor with shape-aware boundary detection (paths break on whitespace; commands include flag clusters as one unit; prose extracts n-grams). Each shape gets its own ranking weight, tunable.
Done when
scripts/find-snippet-candidates.py(or wherever the layer 2/3 logic lives).Depends on: layer 5. Unblocks: cleaner candidate set for layer 7.