mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
Drop the issue-prefix field from onboarding and create-workspace forms: the workspace slug is the symbol, and the default team inherits the workspace name plus a key normalized from the slug (first 7 usable chars). Key normalization (strip/truncate/digit-prefix) is now enforced in the backend handler and the shared frontend helper, mirroring the migration's pg_temp.normalize_team_key. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>