Route research reports to recall KB with auto-distillation#39
Open
wpfleger96 wants to merge 2 commits into
Open
Route research reports to recall KB with auto-distillation#39wpfleger96 wants to merge 2 commits into
wpfleger96 wants to merge 2 commits into
Conversation
Research reports accumulated as untracked git files across every repo they were invoked from, creating persistent git status noise with no centralized discovery path. Reports now go to recall's new `research/` taxonomy type via `mcp__recall__write_note` (CWD fallback when recall isn't connected). Phase 5 automatically distills each report into a thin atomic `references/research/` note with wikilink back to the full report — two-layer architecture matching the parent-child RAG pattern where atomic notes serve retrieval and full reports preserve provenance.
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.
This PR routes
/researchskill output into the recall knowledge base instead of the invoking repo's working directory, eliminating untracked file accumulation and enabling cross-repo discovery.Previously, every research run wrote a
research-report_*.mdfile to$PWD, leaving reports siloed across whichever repo the skill was invoked from with no centralized search path. Running the same topic twice produced a second file with no deduplication.SKILL.mdto write viamcp__recall__write_notetoresearch/{topic-slug}.md; falls back to CWD write when recall MCP isn't connectedreferences/research/{topic-slug}.mdreference note (Bottom Line + 4-6 atomic observations + wikilink to the full report) — atomic layer forsearch_notesretrieval, full report for provenancemcp__recall__write_note,mcp__recall__edit_note,mcp__recall__search_notes,mcp__recall__read_notetoallowed-toolsand aRepo slugcontext variabletype: research,source_repo,confidence) to thereport-format.mdtemplate; companionresearchtaxonomy type added directly to the recall repo