[repo-assist] Clarify github-dependencies docs on file link vs paket-files storage - #4419
Merged
dsyme merged 1 commit intoSep 1, 2026
Conversation
Addresses confusion in #3719 where the custom directory in a paket.references 'File:' entry was assumed to change where the downloaded file is stored on disk. In reality the file always lives under paket-files (which is gitignored); the directory only controls where the linked item appears inside the project. Co-authored-by: Copilot <223556219+Copilot@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.
🤖 This is an automated response from Repo Assist, an AI assistant.
Closes #3719 (as a documentation clarification).
Root cause
Issue #3719 reported that specifying a custom directory (e.g.
.) in apaket.referencesFile:entry seemed to be "ignored" because the downloaded file still appeared underpaket-fileson disk. As the maintainer clarified in the issue thread, this is expected: the file is always downloaded to and stored underpaket-files(intended to be gitignored), and the custom directory only controls where the linked item appears inside the project (e.g. Visual Studio's Solution Explorer) — not where the file physically resides.Fix
Updated
docs/content/github-dependencies.mdto explicitly state this distinction, so future readers don't run into the same confusion.Trade-offs
Documentation-only change; no code or behavior changes.
Test Status
Not applicable — documentation-only change, no build or tests affected.
Add this agentic workflow to your repo
To install this agentic workflow, run