create <url> Fetch a source URL, write a smartly named Markdown file in the current
directory, and register it.
show <value> Show one registered resource selected by URL, resource ID, or Markdown
path.
switch-db Switch the workspace registry backend between sqlite and files.
Problem
wire --helpexposes commands that should not be public:Expected behavior
create <url>should not exist as a named command in help or as a public command.show <value>should not exist as a public command.switch-dbis internal and should not appear in help.wire <url>is intentionally supported, that default command can remain without advertisingcreateas a named command.Acceptance criteria
wire --helpdoes not listcreate,show, orswitch-db.wire create ...andwire show ...are not available as public commands.switch-dbremains hidden from normal user-facing help.