The tools run as python3 scripts/loopprint-<x>.py by design (skill, not a package). For users who want a PATH binary, add OPTIONAL packaging (a pyproject.toml with console_scripts, installable via pipx/uvx) WITHOUT changing the folder-skill identity. Must stay zero-runtime-dep for the core; PyYAML only where already required.
Acceptance: pipx install (or uvx loopprint ls) works; the folder-skill install path is unchanged.
The tools run as
python3 scripts/loopprint-<x>.pyby design (skill, not a package). For users who want a PATH binary, add OPTIONAL packaging (apyproject.tomlwithconsole_scripts, installable viapipx/uvx) WITHOUT changing the folder-skill identity. Must stay zero-runtime-dep for the core; PyYAML only where already required.Acceptance:
pipx install(oruvx loopprint ls) works; the folder-skill install path is unchanged.