|
|
@@ -82,15 +82,16 @@ codegraph init
|
|
|
|
|
|
<sub>`codegraph init` creates the local `.codegraph/` directory and builds the full graph in the same step — one command, done.</sub>
|
|
|
|
|
|
-**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.
|
|
|
-
|
|
|
-
|
|
|
<div align="center">
|
|
|
|
|
|

|
|
|
|
|
|
</div>
|
|
|
|
|
|
+### 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:
|