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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
bc7bcfc: Add SkillCommandOptions.descriptions to override the description text of the skills command and each of its built-in subcommands (sync/add/remove/list), letting a host CLI brand the skills command without re-wrapping the command tree by hand. Keys refer to the subcommand's canonical role, independent of any commandMap rename — descriptions.add still applies after commandMap.add renames the subcommand to something else. Omitting descriptions (or any of its keys) preserves politty's existing default text exactly.