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: A hook namespace no longer swallows packages whose name merely starts with it.
Section ownership now requires an exact [namespace] match or a [namespace:subsection]
prefix (the : separator cannot occur in a package name), so a hook like uv no longer
silently drops packages such as uvst.addon. Hook config sections previously written as [namespace-section] must be renamed to [namespace:section].
[jensens]