You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source checkouts now install an explicit zcodegraph-dev dogfood command, so maintainers can test local builds across projects without taking over the release zcodegraph command.
zcodegraph init and zcodegraph index now explain degraded rust-hybrid fallback health on the first screen, including whether the graph is usable, the top fallback reasons, and the exact doctor command to collect deeper diagnostics.
zcodegraph doctor --engine rust-hybrid --bundle now prints a compact local summary after creating a bundle, so maintainers can see the graph size, fallback health, and top diagnostic reasons without opening the bundle files first.
zcodegraph doctor --engine rust-hybrid --bundle --json now emits a parseable machine-readable summary for agents and CI while preserving the existing human-readable default output.
Fixes
Legacy source-checkout install helpers now migrate to zcodegraph-dev instead of linking the development checkout onto the release zcodegraph command.