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(installer): use EqualFold for binary lookup
Replace manual lowercase comparisons with strings.EqualFold to satisfy staticcheck without changing the installer binary matching behavior.
Signed-off-by: jimyag <git@jimyag.com>
feat(registry): load local package overlays
merge ~/.config/jd packages over the builtin registry by package name.
document local registry files and cover the load path in tests.
Signed-off-by: jimyag <git@jimyag.com>