From 13027b073086fbfe17dbac65be11bcc60eabb1a6 Mon Sep 17 00:00:00 2001 From: Colby Mchenry Date: Fri, 12 Jun 2026 18:00:23 -0500 Subject: [PATCH] docs(readme): auto-sync becomes quick-start step 4 heading (#843) Co-authored-by: Claude Opus 4.8 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 209c7bb..ed93d84 100644 --- a/README.md +++ b/README.md @@ -82,15 +82,16 @@ codegraph init `codegraph init` creates the local `.codegraph/` directory and builds the full graph in the same step — one command, done. -**From that moment the index keeps itself up to date — it is never stale.** CodeGraph watches the project and auto-syncs on every file change: while your agent edits code, or you add, modify, or delete files, the graph updates automatically. There is nothing to re-run. - -
![1_C_VYnhpys0UHrOuOgpgoyw](https://github.com/user-attachments/assets/f168182f-4d9a-44e0-94d7-08d018cc8a3a)
+### 4. No more syncing! + +Auto-sync is enabled by default. CodeGraph watches the project and updates the graph on every file change — while your agent edits code, or you add, modify, or delete files. **The index is never stale, and there is nothing to re-run.** + ### Uninstall Changed your mind? One command removes CodeGraph from every agent it configured: