Merge branch 'main' into ragnorc/omnigraph-mcp-crate

Folds in v0.7.2 (release #301) + RFC-013 Phase 7 (graph lineage in __manifest,
internal schema v3→v4 migration #299; WriteTxn #298; recovery convergence #296)
under the MCP branch.

Conflict resolutions (2 files):
- crates/omnigraph-server/Cargo.toml: take main's 0.7.2 path-dep constraints;
  keep our omnigraph-mcp dep (bumped to 0.7.2).
- docs/releases/v0.8.0.md (add/add): both branches drafted v0.8.0 notes for the
  same next minor — combined them. v0.8.0 now documents BOTH the MCP surface
  (ours) and main's __manifest lineage fold + the breaking internal-schema-v4
  upgrade-order requirement (kept prominent under Upgrade notes). Corrected our
  'no breaking changes / on-disk format unchanged' line, which the v4 migration
  makes false.

Coherence: omnigraph-mcp [package] + Cargo.lock bumped 0.7.1→0.7.2; openapi.json
auto-merged to info.version 0.7.2 (no API-surface drift from the incoming
engine-internal commits). Verification deferred to CI (no local rebuild).
This commit is contained in:
Ragnor Comerford 2026-06-25 15:53:53 +02:00
commit 4d4c2164de
No known key found for this signature in database
62 changed files with 5898 additions and 1053 deletions

17
Cargo.lock generated
View file

@ -4851,7 +4851,7 @@ dependencies = [
[[package]]
name = "omnigraph-api-types"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"omnigraph-compiler",
"omnigraph-engine",
@ -4863,7 +4863,7 @@ dependencies = [
[[package]]
name = "omnigraph-cli"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"assert_cmd",
"clap",
@ -4887,7 +4887,7 @@ dependencies = [
[[package]]
name = "omnigraph-cluster"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"fail",
"omnigraph-compiler",
@ -4895,6 +4895,7 @@ dependencies = [
"serde",
"serde_json",
"serde_yaml",
"serial_test",
"sha2 0.10.9",
"tempfile",
"thiserror",
@ -4905,7 +4906,7 @@ dependencies = [
[[package]]
name = "omnigraph-compiler"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"ahash",
"arrow-array",
@ -4924,7 +4925,7 @@ dependencies = [
[[package]]
name = "omnigraph-engine"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"arc-swap",
"arrow-array",
@ -4968,7 +4969,7 @@ dependencies = [
[[package]]
name = "omnigraph-mcp"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"async-trait",
"axum",
@ -4982,7 +4983,7 @@ dependencies = [
[[package]]
name = "omnigraph-policy"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"cedar-policy",
"clap",
@ -4995,7 +4996,7 @@ dependencies = [
[[package]]
name = "omnigraph-server"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"arc-swap",
"async-trait",