Document Release 1 adapter compatibility
This commit is contained in:
parent
696b62f9f8
commit
4a8980110d
4 changed files with 38 additions and 3 deletions
|
|
@ -27,6 +27,12 @@ DocForge 1.0.0 is the first stable product release. It combines the project-scop
|
|||
MCP query surfaces, reviewable hash-approved changesets, generic and project-owned adapters,
|
||||
declared rendering, and the complete Nodes/Flow/Web visualization model in one supported release.
|
||||
|
||||
The post-1.0 incremental compiler is a backward-compatible, optional enhancement. Existing Release
|
||||
1 adapters that implement only `load_projection()` continue to use the original complete-projection
|
||||
path without modification. Adapters gain incremental performance only when they additionally
|
||||
implement the source manifest and extraction methods. Incremental adapters must retain
|
||||
`load_projection()` as their clean-rebuild fallback and equivalence oracle.
|
||||
|
||||
## Graph views
|
||||
|
||||
The browser presents the same indexed graph through three complementary views:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue