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
msgpack (#118, TS parity): remove the --format msgpack choice, the
analysis.msgpack emit path, the msgpack serialization mixin on schema
models, and the msgpack dependency. analysis.json is the single wire
format; --format json is unchanged.
neo4j gate (#119): --emit neo4j documented itself as always-full-depth
but neither rejected -a/--graphs nor forced the depth — it silently
emitted a partial graph at the default level 1. It now runs at level 4
with every graph section, and explicitly passing -a/--graphs alongside
it is an error. -a and --graphs use None sentinels so explicit flags are
distinguishable from defaults (click's parameter-source API misreports
under the Typer group context), which also closes a latent hole where an
explicitly-passed default --graphs value slipped the level-3 validation.
0 commit comments