wiki-retrieve: Hybrid Retrieval over the Vault The v1.6 query path was . It worked, but page-level granularity loses to chunk-level granularity any time the answer lives in a specific passage rather than a whole page. The v1.7 skill is the chunk-level upgrade — opt-in, feature-gated, and replaces nothing if you don't run the setup. Origin : This skill is original to claude-obsidian. There is no upstream kepano equivalent. The technique is from Anthropic's Sept 2024 Contextual Retrieval research — we implement it as agent-skill plumbing. --- Data privacy (v1.7.1+) Tier 1 (Anthropic API) and ti…