docs: point repo links at vibed-project/MemorySidecar; drop dangling ADR link - #63
Merged
Conversation
…ADR link (#19) Two accuracy gaps from the docs pass (#7): - The docs linked to github.com/m-koerbaecher/memsidecar blob URLs, but the repo is vibed-project/MemorySidecar, so those "authoritative copy" links 404. Swept all 8 references (Chart.yaml, quickstart, concepts/policy, config/hot-reload, deploy/helm) to the canonical repo. - Fixed the one broken markdown link to the deleted ADR-0003 file in docs/analysis/optimization-plan.md. Note: #19 also asked to flip ADR-0003 to "Accepted", but the ADR files were removed in the docs pass (#35), so there's nothing to flip — that half is obsolete. Docusaurus build stays green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
7 tasks
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.
Fixes stale documentation links: repository URLs still point at the old
github.com/m-koerbaecher/memsidecaracross several docs pages — this repoints them atgithub.com/vibed-project/MemorySidecarand drops a dangling ADR-0003 link (folded into the semantic driver doc comments). Addresses #19.Cherry-picked cleanly onto current
main(the original branch was behind); docs-only, 6 files. No code/proto touched.