Release DocForge 2.0.0
This commit is contained in:
parent
7b21541ab3
commit
3d5fa4e9e8
12 changed files with 86 additions and 37 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# DocForge 1.4 contract
|
||||
# DocForge 2.0 contract
|
||||
|
||||
## Authority boundary
|
||||
|
||||
|
|
@ -34,7 +34,7 @@ commit when Git is available; it cannot change repository state.
|
|||
- Reference adapter configuration: `schemas/reference-adapter.schema.json`, version 1.
|
||||
- Index schema: version 3, disposable and reproducible.
|
||||
- Index attestation: schema version 1, disposable and reproducible.
|
||||
- Distribution, Python package, CLI, generic MCP, reference MCP, and viewer manager: version 1.4.0.
|
||||
- Distribution, Python package, CLI, generic MCP, reference MCP, and viewer manager: version 2.0.0.
|
||||
- Incremental extraction cache: version 1, disposable and reproducible.
|
||||
|
||||
Schema files describe the generic interchange contract. Runtime validation remains responsible for
|
||||
|
|
@ -42,8 +42,8 @@ path confinement, source hashing, relationship resolution, dependency cycles, pr
|
|||
state, and adapter-specific rules that JSON Schema cannot prove by itself.
|
||||
|
||||
`src/docforge/_version.py` is the sole package-version authority. The maintained executable
|
||||
surfaces report exactly `docforge 1.4.0`, `docforge-mcp 1.4.0`,
|
||||
`python -m docforge.reference_mcp 1.4.0`, and `docforge-viewer-manager 1.4.0` for `--version`.
|
||||
surfaces report exactly `docforge 2.0.0`, `docforge-mcp 2.0.0`,
|
||||
`python -m docforge.reference_mcp 2.0.0`, and `docforge-viewer-manager 2.0.0` for `--version`.
|
||||
Generated generic and adapter client configurations bind `docforge_version` into their validated
|
||||
hashes.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue