docs: expand team-setup gitignore recommendations#1866
Open
bounteous17 wants to merge 1 commit into
Open
Conversation
Adds missing local-only entries that teams should gitignore when committing graphify-out/: memory/ (personal Q&A annotations), reflections/ (derived from memory), .graphify_* hidden metadata files (local paths, markers, incremental caches), and dated backup snapshots. Also notes .graphify_labels.json as optionally committable for teams that curate community labels together. Co-Authored-By: Claude Sonnet 4.6 (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.
Summary
The Team setup section recommends gitignoring
graphify-out/cost.jsonand optionallycache/, but several other local-only artifacts are missing from the list. Teams that follow the current guidance will inadvertently commit machine-specific metadata, personal Q&A annotations, and backup snapshots.This PR expands the recommended
.gitignoreadditions to cover:graphify-out/memory/— personal Q&A annotations written bygraphify save-result(per-developer, not shared)graphify-out/reflections/— derived frommemory/(LESSONS.md +.graphify_learning.json), local onlygraphify-out/.graphify_*— hidden metadata files (.graphify_rootwith local path,.graphify_semantic_marker,.graphify_cached.json,.graphify_uncached.txt,.graphify_analysis.json)graphify-out/????-??-??/— dated backup snapshot directories created automatically to protect semantic artifacts.graphify_labels.jsonfor teams that collaboratively curate community labels