Adds python -m sentineldeck as a PATH-independent way to run the CLI. If pip install does a user install and you see sentineldeck: command not found (or "not recognized" on Windows), the package is fine — its Scripts directory just isn't on PATH. Run python -m sentineldeck scan example.com, or install with pipx install sentineldeck which sets up PATH for you.