Skip to content

Commit e24b862

Browse files
committed
symbiont: pin OGAR git-deps to main (jirak branch absent on github)
Investigation (git fetch + rebase): the local OGAR jirak HEAD 3016c78 is an ANCESTOR of origin/main (bc21fce, 75 commits ahead) with zero unique commits — "jirak" was a stale checkout name, never a real OGAR branch, and it does NOT exist on github. main is a strict superset of the green-build code and is the canonical resolvable ref. The other three forks (ndarray/ractor/surrealdb) keep their jirak pins (those branches DO exist on github). The surrealdb [patch] (keyed on the bare github URL OGAR's workspace uses) still redirects OGAR's main-pinned surrealdb to our jirak kv-lance source. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CcpLeEC3XK8Eye53GKBVvi
1 parent d72a7f0 commit e24b862

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

crates/symbiont/Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ perturbation-sim = { path = "../perturbation-sim" }
4040
# ── external AdaWorldAPI forks: git deps, pinned to the shared dev branch ──
4141
ractor = { git = "https://github.com/AdaWorldAPI/ractor", branch = "claude/jirak-math-theorems-harvest-rfii13" }
4242
surrealdb-core = { git = "https://github.com/AdaWorldAPI/surrealdb", branch = "claude/jirak-math-theorems-harvest-rfii13", default-features = false, features = ["kv-lance"] }
43-
ogar-vocab = { git = "https://github.com/AdaWorldAPI/OGAR", branch = "claude/jirak-math-theorems-harvest-rfii13" }
44-
ogar-ontology = { git = "https://github.com/AdaWorldAPI/OGAR", branch = "claude/jirak-math-theorems-harvest-rfii13" }
45-
ogar-adapter-surrealql = { git = "https://github.com/AdaWorldAPI/OGAR", branch = "claude/jirak-math-theorems-harvest-rfii13", features = ["surrealdb-parser"] }
43+
# OGAR tracks `main` (its jirak commit 3016c78 is an ancestor of main — main is a
44+
# strict superset; there is no separate OGAR jirak branch on github).
45+
ogar-vocab = { git = "https://github.com/AdaWorldAPI/OGAR", branch = "main" }
46+
ogar-ontology = { git = "https://github.com/AdaWorldAPI/OGAR", branch = "main" }
47+
ogar-adapter-surrealql = { git = "https://github.com/AdaWorldAPI/OGAR", branch = "main", features = ["surrealdb-parser"] }
4648

4749
# OGAR git-deps surrealdb on its own branch (`main`); redirect ALL surrealdb
4850
# deps in the graph to the same branch we use, so it resolves to ONE surrealdb.

0 commit comments

Comments
 (0)