diff --git a/README.md b/README.md index bcc811f..8a5c4c6 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ AXIs built and maintained by the community: | [`supabase-axi`](https://github.com/laizhenyoong/supabase-axi) | laizhenyoong | Supabase | Inspect schemas, run SQL, and audit RLS, indexes, and logs across Supabase projects. Wraps the Supabase Management API. | | [`homebrew-axi`](https://github.com/mstuart/homebrew-axi) | mstuart | Homebrew | Inspect Homebrew formulae, casks, and installed packages — versions, dependencies, outdated status, and install stats — with token-efficient TOON output; read-only, never mutates. | | [`pypi-axi`](https://github.com/mstuart/pypi-axi) | mstuart | PyPI | Inspect PyPI packages, versions, dependencies, and download stats with token-efficient TOON output — read-only, no auth required. | +| [`cargo-axi`](https://github.com/AG9898/cargo-axi) | AG9898 | Rust / Cargo | Inspect Rust workspaces and run safe `check` or Clippy validation with compact TOON output and opt-in session context. | diff --git a/catalog.yaml b/catalog.yaml index c1e0af9..de9e101 100644 --- a/catalog.yaml +++ b/catalog.yaml @@ -209,3 +209,8 @@ community: author: mstuart domain: PyPI description: "Inspect PyPI packages, versions, dependencies, and download stats with token-efficient TOON output — read-only, no auth required." + - name: cargo-axi + url: https://github.com/AG9898/cargo-axi + author: AG9898 + domain: Rust / Cargo + description: "Inspect Rust workspaces and run safe `check` or Clippy validation with compact TOON output and opt-in session context." diff --git a/docs/index.html b/docs/index.html index a7ff5e1..c361ec2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -957,6 +957,20 @@

The [AXI catalog].

auth required. + + + cargo-axi + + AG9898 + Rust / Cargo + + Inspect Rust workspaces and run safe check or + Clippy validation with compact TOON output and opt-in + session context. + +