Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,12 @@ dist/
**Recommended `.gitignore` additions:**
```
graphify-out/cost.json # local only
graphify-out/memory/ # personal Q&A annotations (graphify save-result)
graphify-out/reflections/ # derived from memory/, local only
graphify-out/.graphify_* # local metadata (paths, markers, incremental caches)
graphify-out/????-??-??/ # dated backup snapshots
# graphify-out/cache/ # optional: commit for speed, skip to keep repo small
# graphify-out/.graphify_labels.json # un-ignore if your team curates community labels together
```

> `manifest.json` is now portable — keys are stored as relative paths and re-anchored on load, so committing it is safe and avoids a full rebuild on first checkout.
Expand Down