Changelog

Every release, straight from the changesets. Newest first.

v0.41.0
patch

Consolidate @driftdev/spec into @driftdev/sdk. Spec types, constants, and JSON schema validation are now exported directly from the SDK. The @driftdev/spec package is removed.

v0.40.0
minor

Two-surface CLI: hide non-human commands from --help, default bare drift to scan, replace --capabilities with --tools, enrich context with per-issue detail and undocumented export locations

v0.39.0
minor

Improve release readiness and docs-quality workflows:

  • Expand CLI entry detection to support richer package.json layouts (exports, module, bin) and CLI-style source resolution.
  • Make drift ci skip packages with no detectable entry point instead of failing the entire run.
  • Align package metadata and docs links with the canonical repository.
  • Clarify SDK/docs guidance for API-surface regeneration and async return semantics.
v0.38.0
minor

Add monorepo support to drift breaking and drift diff commands with --all and --private flags

v0.37.0
minor

Add diff, breaking changes, and undocumented export analysis to drift ci. Structured PR comments with collapsible sections. Remove agent server in favor of GitHub Action docs-sync.