Summary
Once traverse-framework/registry's Spec 015 ships (crates/traverse-registry emitting a resolve event through the UsageTelemetrySink port), bump traverse-cli's pinned traverse-registry dependency version so the CLI actually picks up the resolve-side instrumentation.
Why
crates/traverse-registry is consumed by traverse-cli as a pinned, published external crate (see this repo's Cargo.toml/Cargo.lock). Spec 088's resolve counter cannot take effect in traverse-cli until that crate publishes the new behavior and this repo bumps its pin — a real cross-repo release-sequencing step, not just a code change here.
Depends on
Blocked by
Definition of Done
traverse-cli's traverse-registry dependency version bumped to the release containing the resolve-hook.
- A
resolve event is observed end-to-end (e.g. via a test double sink) when registry sync or an equivalent resolution path runs with telemetry enabled.
Validation
- Integration test proving a
resolve event fires through the wired sink on a successful version resolution.
Summary
Once
traverse-framework/registry's Spec 015 ships (crates/traverse-registry emitting aresolveevent through theUsageTelemetrySinkport), bumptraverse-cli's pinnedtraverse-registrydependency version so the CLI actually picks up the resolve-side instrumentation.Why
crates/traverse-registryis consumed bytraverse-clias a pinned, published external crate (see this repo'sCargo.toml/Cargo.lock). Spec 088'sresolvecounter cannot take effect intraverse-cliuntil that crate publishes the new behavior and this repo bumps its pin — a real cross-repo release-sequencing step, not just a code change here.Depends on
traverse-framework/registrySpec 015 approved and implementedBlocked by
traverse-framework/registryEstablish one canonical documentation entry path for humans and agents #144 (crates/traverse-registry resolve-hook must ship and publish a new crate version first)Definition of Done
traverse-cli'straverse-registrydependency version bumped to the release containing the resolve-hook.resolveevent is observed end-to-end (e.g. via a test double sink) whenregistry syncor an equivalent resolution path runs with telemetry enabled.Validation
resolveevent fires through the wired sink on a successful version resolution.