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
fix(flow-editor): don't show repo resources twice in the palette (#53)
The rf-knowledge keyword-search path attributes a repo keyword to a
"library" equal to its source file stem (rf_knowledge.py: `library =
f.stem`), so `login.resource` keywords come back under a library group
named `login`. Since the D1 rewrite renders those same keywords in the
pinned "Your resources" section, they appeared a second time under the
library suggestions.
Fix: drop dynamic library groups whose name matches a repo resource-file
stem (new pure helper `resourceFileStems`). No-op on the env-libdoc path,
which never introspects resource files.
Unit-tested (resourceFileStems) + e2e regression guard asserting the
stem never renders as its own library category.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments