v0.1.3 — Marketplace listing rename
Marketplace listing name changed from `agent-guard` to `ag-scan` to resolve a collision with the existing `Agent-Guard` GitHub organization. The PyPI distribution name and the Marketplace listing now match.
Nothing changes for users:
- `uses: tasnuvaleeya/agent-guard@v0.1.3` still works (it's path-based, not listing-name-based)
- CLI command is still `agent-guard`
- Repo is still at github.com/tasnuvaleeya/agent-guard
- PyPI install is still `pip install ag-scan`
Install
GitHub Action:
```yaml
- uses: tasnuvaleeya/agent-guard@v0.1.3
```
CLI:
```bash
pip install ag-scan
```