Problem
The CLI adapter registry says it mirrors packages/<category>/<name>/, but the targets category only exposes a subset of the existing packages under packages/targets.
That means commands such as sh1pt targets browser-edge info, sh1pt targets pkg-winget info, and sh1pt targets sdk-pypi info are not registered even though those target packages already exist.
Proposed fix
Sync the targets.adapters list with the current packages/targets directories and add a regression test so the CLI registry stays aligned.
Problem
The CLI adapter registry says it mirrors
packages/<category>/<name>/, but thetargetscategory only exposes a subset of the existing packages underpackages/targets.That means commands such as
sh1pt targets browser-edge info,sh1pt targets pkg-winget info, andsh1pt targets sdk-pypi infoare not registered even though those target packages already exist.Proposed fix
Sync the
targets.adapterslist with the currentpackages/targetsdirectories and add a regression test so the CLI registry stays aligned.