v0.6.1 - Fix org slug resolution
Fixed
--org <team>(CLI) andorgId(REST/MCP) accept either a team's real id or its slug, per their own documentation — but passing the slug on an explicit request (anyone in more than one team, using--org/orgIdto pick a non-default one) crashed with a500:resolveOrgScopeforwarded it straight into a UUID-typed database column instead of resolving it first. AffectedPOST/GET /artifactsand the org-scoped MCP tools; the single-team auto-selected case was never affected.
Found via an end-to-end check of the published npm package against a live server with more than one team.