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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
BREAKING CHANGE
module paths moved from claude_sql.{core,analytics,app} to
claude_sql.{domain,application,infrastructure,interfaces}; core is fully
dissolved (Settings -> infrastructure.settings, models -> domain.models,
provider ports -> domain.ports). Console script binds
claude_sql.interfaces.cli.app:main. The evals and provenance planes are
removed.