From 863f0c1e9f079112e9f40d97f71ec8e3e5a4d5bf Mon Sep 17 00:00:00 2001 From: Safi Date: Wed, 3 Jun 2026 23:08:55 +0100 Subject: [PATCH] update README: manifest.json is now portable, safe to commit Co-Authored-By: Claude Sonnet 4.6 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.