From eff4c4bbe466c0c97d9bf08f57f5fea507b7b224 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 21 Jul 2026 06:14:37 +0000 Subject: [PATCH] chore(deps): flip lance-graph-contract git deps back to branch=main (float-then-flip complete) lance-graph #776 (selection + standing_mask) is merged to main, so the five FLOAT dep sites (ogar-class-view, ogar-render-askama, ogar-doc-ir, ogar-from-ruff, ogar-render-typst) return from the PR branch to branch = "main" and the FLOAT markers come out. Verified: resolves to lance-graph main post-merge; ogar-doc-ir (classview) / ogar-render-typst / ogar-class-view / ogar-render-askama tests green; ogar-from-ruff checks clean with lance-sink enabled. --- crates/ogar-class-view/Cargo.toml | 3 +-- crates/ogar-doc-ir/Cargo.toml | 3 +-- crates/ogar-from-ruff/Cargo.toml | 3 +-- crates/ogar-render-askama/Cargo.toml | 3 +-- crates/ogar-render-typst/Cargo.toml | 3 +-- 5 files changed, 5 insertions(+), 10 deletions(-) diff --git a/crates/ogar-class-view/Cargo.toml b/crates/ogar-class-view/Cargo.toml index 7bd6e27..7619f3d 100644 --- a/crates/ogar-class-view/Cargo.toml +++ b/crates/ogar-class-view/Cargo.toml @@ -7,5 +7,4 @@ description = "Bridge crate: lifts `ogar_vocab::Class` (canonical AR shape, code [dependencies] ogar-vocab = { path = "../ogar-vocab" } -# FLOAT: branch = "main" → PR branch until lance-graph #776 merges (flip back to main then). -lance-graph-contract = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "claude/ogar-docir-architecture-jjzlig" } +lance-graph-contract = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "main" } diff --git a/crates/ogar-doc-ir/Cargo.toml b/crates/ogar-doc-ir/Cargo.toml index abe4f32..0d661f3 100644 --- a/crates/ogar-doc-ir/Cargo.toml +++ b/crates/ogar-doc-ir/Cargo.toml @@ -20,8 +20,7 @@ serde_json = "1.0" # neutral IR never depends on any one consumer — the arrow points OUT, never in. # Wired via `git branch = "main"`, the same float-then-flip form the sibling # `ogar-class-view` / `ogar-from-ruff` / `ogar-render-askama` crates use. -# FLOAT: branch = "main" → PR branch until lance-graph #776 merges (flip back to main then). -lance-graph-contract = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "claude/ogar-docir-architecture-jjzlig", optional = true } +lance-graph-contract = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "main", optional = true } [features] default = [] diff --git a/crates/ogar-from-ruff/Cargo.toml b/crates/ogar-from-ruff/Cargo.toml index 2196ae8..b4989a0 100644 --- a/crates/ogar-from-ruff/Cargo.toml +++ b/crates/ogar-from-ruff/Cargo.toml @@ -22,8 +22,7 @@ ogar-vocab = { path = "../ogar-vocab" } # The zero-dep contract carries the V3 byte surface (FacetCascade / NodeGuid / # NodeRow / NodeRowPacket / ValueTenant). Git-floats on `main` like the two # `ruff_spo_*` deps + ogar-class-view's own contract dep (D-NEVER-PIN-BUMP). -# FLOAT: branch = "main" → PR branch until lance-graph #776 merges (flip back to main then). -lance-graph-contract = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "claude/ogar-docir-architecture-jjzlig", optional = true } +lance-graph-contract = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "main", optional = true } # Operator ruling: rev pins on AdaWorldAPI-internal git deps are retired — # they were "out of desperation to lock what hadn't converged in transpiler # sink-in yet." Drift protection is the fuse tests, not pins. Floats on the diff --git a/crates/ogar-render-askama/Cargo.toml b/crates/ogar-render-askama/Cargo.toml index bad7225..262e467 100644 --- a/crates/ogar-render-askama/Cargo.toml +++ b/crates/ogar-render-askama/Cargo.toml @@ -7,8 +7,7 @@ description = "Build-time askama codegen harness over the canonical layer — on [dependencies] ogar-vocab = { path = "../ogar-vocab" } -# FLOAT: branch = "main" → PR branch until lance-graph #776 merges (flip back to main then). -lance-graph-contract = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "claude/ogar-docir-architecture-jjzlig" } +lance-graph-contract = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "main" } askama = "0.12" [dev-dependencies] diff --git a/crates/ogar-render-typst/Cargo.toml b/crates/ogar-render-typst/Cargo.toml index 1fd81c9..b9a5069 100644 --- a/crates/ogar-render-typst/Cargo.toml +++ b/crates/ogar-render-typst/Cargo.toml @@ -22,5 +22,4 @@ ogar-render-askama = { path = "../ogar-render-askama" } # askama HTML AND Typst source, same rows, plus a tesseract-rs doc.v1 # observation participating via ogar-doc-ir's project masking. ogar-doc-ir = { path = "../ogar-doc-ir", features = ["classview"] } -# FLOAT: branch = "main" → PR branch until lance-graph #776 merges (flip back to main then). -lance-graph-contract = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "claude/ogar-docir-architecture-jjzlig" } +lance-graph-contract = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "main" }