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 @@ -157,6 +157,7 @@ AXIs built and maintained by the community:
| [`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. |
| [`forgejo-axi`](https://github.com/escidmore/forgejo-axi) | escidmore | Forgejo | Pull request lifecycle, issues, and raw API access for self-hosted Forgejo - non-interactive, reconciling mutations, with token-efficient TOON output. |
| [`mastra-axi`](https://github.com/taltas/mastra-axi) | taltas | Mastra | Discover and run a Mastra app's agents, tools, and workflows through agent-native shell commands with compact TOON output. |
| [`axi-axi`](https://github.com/CodyEngel/axi-axi) | CodyEngel | AXI authoring | Scaffold a compliant AXI, read the 10 principles in token-tuned slices, and run read-only compliance checks against a candidate CLI. |

<!-- 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 @@ -224,3 +224,8 @@ community:
author: taltas
domain: Mastra
description: "Discover and run a Mastra app's agents, tools, and workflows through agent-native shell commands with compact TOON output."
- name: axi-axi
url: https://github.com/CodyEngel/axi-axi
author: CodyEngel
domain: AXI authoring
description: "Scaffold a compliant AXI, read the 10 principles in token-tuned slices, and run read-only compliance checks against a candidate CLI."
14 changes: 14 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -999,6 +999,20 @@ <h2 data-annotate>The [AXI catalog].</h2>
output.
</td>
</tr>
<tr>
<td>
<a href="https://github.com/CodyEngel/axi-axi"
><code>axi-axi</code></a
>
</td>
<td>CodyEngel</td>
<td>AXI authoring</td>
<td>
Scaffold a compliant AXI, read the 10 principles in
token-tuned slices, and run read-only compliance checks
against a candidate CLI.
</td>
</tr>
<!-- generated:catalog-community:end -->
</tbody>
</table>
Expand Down
Loading