feat: query-time data-retriever and pack --summary (0.5.2) - #55
Merged
Conversation
Add a retrieval-only data-retriever sub-agent and /dekc-retrieve skill so search, score, pack, and deepen stay off the parent. dekc_pack.py --summary emits a card-friendly, bodies-off view with a fail-closed token budget. Co-authored-by: Richard Hightower <RichardHightower@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Query-time retrieval for DEKC, matching the PKC/SAC parity pattern: search, score, pack, and deepen stay in a sub-agent. The parent keeps a summary card only.
This is not reverse engineering.
data-lake-walker,lineage-tracer, and the other RE workers are unchanged.What landed
agents/data-retriever.md— retrieval-only Claude-style agent. No capture, walk, RE, knowledge writes, orbrain_session. Returns a retrieval card (query, seed, fit, engine, pack stats, lead nodes, lineage note, gaps, next).skills/dekc-retrieve/SKILL.md+/dekc-retrieve— parent must spawndata-retriever. Do not rundekc_search.py/dekc_pack.pyin the parent for Q&A. Orthogonal fan-out: PKCknowledge-retriever, SACarchitecture-retriever.dekc_pack.py --summary— compact card-friendly output, bodies off (root included), fail-closed token budget. Retriever prefers--tiny --summary.reverse-engineering-orchestrator, AGENTS.md, GROK_BOT, user guide, changelog. Version 0.5.1 → 0.5.2.Tests
TestPackSummary: bodies off even for the root, summary smaller than a full pack, over-budget--summary --writefails closed,--jsonhas no bodies.Fiction samples only (Lumenfield). No private remotes. No LLM in Python.