1
0
Fork 0
Code Issues Pull requests Projects Releases 2 Packages Wiki Activity Actions Pages

Add gated changeset application and graph controls

This commit is contained in:
Andraxion 2026-07-25 16:00:19 -04:00
parent 3c15e26283
commit 78335c8973
20 changed files with 1813 additions and 453 deletions

View file

@ -13,6 +13,17 @@ One worker is reused per project binding and validated index snapshot. `docforge
the worker only after the snapshot changes. `docforge_visualization_status` reports its state, and
`docforge_stop_visualization` explicitly stops it.
The same lifecycle is available without an MCP client:
```bash
docforge --project-root /absolute/path/MyProject reindex
docforge --project-root /absolute/path/MyProject visualize
docforge --project-root /absolute/path/MyProject visualization-status
docforge --project-root /absolute/path/MyProject visualization-stop
```
`visualize` opens the default browser. Add `--no-open` to return JSON without launching it.
The default one-hour idle policy is intentional. Browser requests, including the existing visible
page heartbeat, renew activity. A page is never tied to the lifetime of one MCP request or host
process. The manager stops genuinely abandoned workers after an hour without activity. Stopping the