Loop 2 layer 3: expose layer 2 script as a Luca dispatch route #10
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#10
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:05Z - https://github.com/coilysiren/voice-flow-learning-loop/issues/7
Context
Layer 3 of the 8-layer build path for Loop 2 documented in README.md. Makes the layer 2 script reachable via Luca's natural-language interface.
Goal
A new Luca dispatch route — something like
find-snippet-candidatesorsnippet-mining— that wraps the layer 2 script. Natural-language access for queries like "luca, what should I snippet-ize from this week?"luca/luca/server.py(or wherever its dispatch table is).Done when
mcporter call luca-staging.find-snippet-candidates(or equivalent name).Depends on: layer 2 (the script). Unblocks: layers 4-8 (ranking and trigger logic live in the same code path).