mirror of
https://github.com/runbear-io/beardrive.git
synced 2026-08-25 08:08:08 +02:00
The palette's placeholder and empty state both promise project search, but the switcher loop rightly excludes the project you are already inside — so typing `wiki` from inside `wiki` matched nothing at all. The destination was there the whole time, as the unconditional row labelled "Go to project root" and tagged ACTION, which no project name will ever match. Relabel that one row with the project's name and tag it `project`. One row, not two; still first and unconditional, so the BEA-52 dead-route escape hatch is literally the same row it always was. Closes BEA-105 Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>