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

@ -1,5 +1,25 @@
# Completed slices
## DFG-20 gated application and self-service graph operations
### Changed
- Released DocForge 0.13.0 with exact-hash canonical application through CLI and opt-in MCP.
- Added generic Markdown/TOML serialization, rollback, semantic verification, index refresh, and
declared render refresh. Custom adapters retain ownership of canonical serialization.
- Added CLI `reindex`, `visualize`, visualization status, and visualization stop commands.
- Added browser-side node hiding/restoration, bounded source inspection at anchors, and a
scrollable full inspector.
- Replaced the repository quick reference with a dedicated user manual covering setup, CLI, MCP,
visualization, application, adapters, and troubleshooting.
### Verification
- Application tests cover all four proposal operations, exact-hash rejection, MCP gating, derived
refresh, and CLI use.
- Visualization tests cover source confinement, browser script validity, hiding controls, and
inspector layout.
## DFG-19 cross-platform supervised viewer manager
### Changed