github Priivacy-ai/spec-kitty v3.2.0rc22

pre-release5 hours ago

Ships the sync diagnose canonical-allowlist fix so canary diagnostic
output stops flagging known event types (TasksCompleted,
PlanCompleted, GatePassed, etc.) as unknown. The sync diagnose
allowlist is replaced with delegation to
spec_kitty_events.conformance.validators._EVENT_TYPE_TO_MODEL — the
canonical registry shared with the SaaS strict validator. A
drift-detector regression test asserts the union remains in sync, so
future events releases self-validate. The CLI's outbound emission
gate (emitter.VALID_EVENT_TYPES) is intentionally untouched.

  • Fixes spec-kitty sync diagnose false-positive "unknown event"
    warnings by sourcing recognised types from the canonical events
    registry (Priivacy-ai/spec-kitty#1222).
  • Adds a drift-detector regression test that fails when the events
    package adds or removes an event type without the registry being
    re-imported.

Don't miss a new spec-kitty release

NewReleases is sending notifications on new releases.