diff --git a/README.md b/README.md index c9275e76..f46a4f34 100644 --- a/README.md +++ b/README.md @@ -311,11 +311,12 @@ dist/ **Recommended `.gitignore` additions:** ``` -graphify-out/manifest.json # mtime-based, breaks after git clone graphify-out/cost.json # local only # graphify-out/cache/ # optional: commit for speed, skip to keep repo small ``` +> `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. + **Workflow:** 1. One person runs `/graphify .` and commits `graphify-out/`. 2. Everyone pulls — their assistant reads the graph immediately.