mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-09 01:35:18 +02:00
Published `__run__` branches are intentionally retained after publish for post-publish inspection (runs.rs tests verify edge IDs match between run branch and main). `apply_schema` was counting them as "non-main" branches and refusing to run — permanently blocking schema evolution after any load or change, with no CLI recovery path (`branch_delete` rejects internal refs, `run abort` rejects Published runs). Fix: `apply_schema` filters `is_internal_system_branch` (covers both `__run__*` and the schema-apply lock) rather than just the lock. Run branches remain available for inspection. Regression: test_apply_schema_succeeds_after_load_creates_published_run_branch pins that schema apply succeeds after a load even while the run branch is still present. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| omnigraph | ||
| omnigraph-cli | ||
| omnigraph-compiler | ||
| omnigraph-server | ||