chore: gitignore graphify-out - #8
Merged
Merged
Conversation
core is the only repo in the workspace without this entry, which is why it has no knowledge graph — graphify writes to graphify-out/ inside the tree it scans, and without the ignore that output would land in a public package repo. No trailing slash, matching the sibling repos: `graphify-out/` matches only a directory and would leave a symlinked graphify-out tracked; the bare name matches both the symlink and a real directory.
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.
One-line ignore entry.
coreis the only repo in the workspace without it, which is why it has no knowledge graph.graphify writes to
graphify-out/inside the tree it scans; the workspace convention symlinks that into theexecutive/archive so the output never lands in a public package repo. Without the ignore, the symlink itself would be tracked.No trailing slash, matching
agentkv,agentscout,agentkv-worker, andagentx402-site:graphify-out/matches only a directory and would leave a symlinkedgraphify-outtracked, while the bare name matches both.Once merged I'll wire the symlink and generate the first graph, so
@agentx402-ai/core— the SDK both client repos are thin wrappers over — becomes queryable alongside the others.