@sigloch/graph-view-edit 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -17,8 +17,11 @@ npm run build # Produktions-Bundle
|
|
|
17
17
|
npm run preview # Bundle lokal servieren
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
-
Als Dashboard eines fremden Repos startet der Viewer über `gve --repo <pfad>` —
|
|
21
|
-
graphcode
|
|
20
|
+
Als Dashboard eines fremden Repos startet der Viewer über `gve --repo <pfad>` — in der Regel
|
|
21
|
+
startet ihn der `graphcode mcp`-Host der Session, nicht du. Er **lebt so lange wie diese Session**:
|
|
22
|
+
der Host beendet ihn beim Sessionende (samt `docs/views/dashboard.url`) und startet ihn neu, falls
|
|
23
|
+
er dazwischen abstürzt (CR-GC-370/371). Von Hand gestartet gilt das nicht — dann bist du für sein
|
|
24
|
+
Ende zuständig. Seine **Adresse ist repo-stabil**: ohne `port` in der
|
|
22
25
|
`config.json` leitet `loadConfig` sie aus dem physischen Repo-Pfad ab (43000–43999,
|
|
23
26
|
CR-GVE-238), dasselbe Repo landet also über Neustarts hinweg unter derselben URL — ein
|
|
24
27
|
Lesezeichen bleibt gültig. Setz `port` in der `config.json`, wenn du eine feste Adresse
|