Skip to content

docs: expand team-setup gitignore recommendations#1866

Open
bounteous17 wants to merge 1 commit into
Graphify-Labs:v8from
bounteous17:docs/expand-team-gitignore-recommendations
Open

docs: expand team-setup gitignore recommendations#1866
bounteous17 wants to merge 1 commit into
Graphify-Labs:v8from
bounteous17:docs/expand-team-gitignore-recommendations

Conversation

@bounteous17

@bounteous17 bounteous17 commented Jul 13, 2026

Copy link
Copy Markdown

Summary

The Team setup section recommends gitignoring graphify-out/cost.json and optionally cache/, 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 .gitignore additions to cover:

  • graphify-out/memory/ — personal Q&A annotations written by graphify save-result (per-developer, not shared)
  • graphify-out/reflections/ — derived from memory/ (LESSONS.md + .graphify_learning.json), local only
  • graphify-out/.graphify_* — hidden metadata files (.graphify_root with 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
  • A commented hint to un-ignore .graphify_labels.json for teams that collaboratively curate community labels

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant