omnigraph/crates
Ragnor Comerford a4fd847f7d
test(cli): isolate OMNIGRAPH_CONFIG/XDG_CONFIG_HOME in the spawn helpers
cli()/cli_process() set OMNIGRAPH_HOME but inherited OMNIGRAPH_CONFIG (which wins over
HOME) and XDG_CONFIG_HOME, so a developer/CI with those exported got non-hermetic tests.
env_remove both so the harness fully owns the config-resolution env; tests that exercise
global-first still set OMNIGRAPH_CONFIG explicitly per-invocation.
2026-06-05 12:46:24 +02:00
..
omnigraph style: apply rustfmt across the workspace 2026-06-03 15:48:47 +02:00
omnigraph-api-types style: apply rustfmt across the workspace 2026-06-03 15:48:47 +02:00
omnigraph-cli test(cli): isolate OMNIGRAPH_CONFIG/XDG_CONFIG_HOME in the spawn helpers 2026-06-05 12:46:24 +02:00
omnigraph-compiler fix(optimize): skip blob-bearing tables to avoid Lance compaction crash (#138) 2026-06-02 17:12:00 +02:00
omnigraph-config fix(config,cli): reject --resolved+--show-origin; drop dead ActiveContext.server 2026-06-05 12:46:23 +02:00
omnigraph-policy fix(optimize): skip blob-bearing tables to avoid Lance compaction crash (#138) 2026-06-02 17:12:00 +02:00
omnigraph-queries style: apply rustfmt across the workspace 2026-06-03 15:48:47 +02:00
omnigraph-server refactor(config,cli,server): rename the server: config block to serve: 2026-06-04 21:38:25 +02:00