Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

<!-- generated:catalog-community:end -->

Expand Down
5 changes: 5 additions & 0 deletions catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
14 changes: 14 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,20 @@ <h2 data-annotate>The [AXI catalog].</h2>
auth required.
</td>
</tr>
<tr>
<td>
<a href="https://github.com/AG9898/cargo-axi"
><code>cargo-axi</code></a
>
</td>
<td>AG9898</td>
<td>Rust / Cargo</td>
<td>
Inspect Rust workspaces and run safe <code>check</code> or
Clippy validation with compact TOON output and opt-in
session context.
</td>
</tr>
<!-- generated:catalog-community:end -->
</tbody>
</table>
Expand Down
Loading