docs(qmd): fix vault path and mark old plan superseded#15
Merged
Conversation
Set up the qmd semantic search collection against the real vault at ~/Vaults/pickled-knowledge. The README and 2026-02-01 plan both claimed a nested ~/Vaults/pickled-knowledge/pickled-knowledge path that does not exist. - Fix the collection path in LaunchAgents/README.md - Add a SUPERSEDED banner to the old plan doc (it described a bun-based install; the shipped agent uses npx @tobilu/qmd, arm64-gated, every 15m) - Track the setup work in bean dotfiles-uwhx (completed) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.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.
What
Sets up qmd semantic search against the real vault and fixes the docs that pointed at a path that doesn't exist.
The qmd tooling was already in the repo (the
com.technicalpickles.qmd-refreshLaunchAgent), but nothing was installed: no collection, no index, agent unloaded. Got it running, then fixed the stale docs that sent it at the wrong path.Changes
LaunchAgents/README.md— fix the collection path. The vault is at~/Vaults/pickled-knowledge, not the nested~/Vaults/pickled-knowledge/pickled-knowledgethe doc claimed.doc/plans/2026-02-01-qmd-refresh-launchagent.md— add a SUPERSEDED banner. The shipped agent diverged from this plan: runs vianpx @tobilu/qmd(not a bun binary), is arm64-gated, and refreshes every 15 min withRunAtLoad.dotfiles-uwhx— tracks the setup work (completed).What actually got set up (on this machine, not in the PR)
second-brain→~/Vaults/pickled-knowledge(5712 files)~/.cache/qmd/index.sqliteNotes
~/.config/qmd,~/.cache/qmd, fetches models fromhuggingface.co).🤖 Generated with Claude Code