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
wf init and wf add now offer to register the current repo as a project so it appears in the dashboard, prompting interactively (showing the project name and path) or registering straight away with --yes
Changed
wf init now detects the repo's default base branch (git's tracked default, otherwise preferring development over main/master) and, on an interactive terminal, prompts to confirm or pick it when several branches could be the base — instead of always writing base: main
Fixed
wf add no longer fails with fatal: invalid reference: main in repositories without a main branch, where wf init had hardcoded base: main
wf add now verifies the base branch exists first and, when it doesn't, reports a clear message listing the available branches and how to set a base — instead of surfacing git's raw fatal: invalid reference error