Skip to content
Merged
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
33 changes: 14 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@
<a href="#commands">Commands</a>
</p>


<h3 align="center">Install in one line</h3>

```bash
npm i -g @imdeadpool/guardex
```

<p align="center">
<sub>
Then <code>cd</code> into your repo and run <code>gx setup</code> — hook shims, repo state,
and OMX&nbsp;/&nbsp;OpenSpec&nbsp;/&nbsp;caveman wiring all scaffold in one go.
</sub>
</p>

Canonical copy: [about_description.txt](./about_description.txt)

<p align="center">
Expand Down Expand Up @@ -65,25 +79,6 @@ GitGuardex exists to stop that loop. Every agent gets its own worktree, claims t
<img alt="Install GitGuardex" src="https://raw.githubusercontent.com/recodeee/gitguardex/main/docs/images/install-hero.svg" width="680">
</p>

<h3 align="center">Install in one line</h3>

```bash
npm i -g @imdeadpool/guardex
```

<p align="center">
<sub>
Then <code>cd</code> into your repo and run <code>gx setup</code> — hook shims, repo state,
and OMX&nbsp;/&nbsp;OpenSpec&nbsp;/&nbsp;caveman wiring all scaffold in one go.
</sub>
</p>

<p align="center">
<a href="https://www.npmjs.com/package/@imdeadpool/guardex"><img alt="npm" src="https://img.shields.io/npm/v/%40imdeadpool%2Fguardex?label=latest&style=flat-square&color=cb3837&logo=npm&logoColor=white"></a>
<a href="https://www.npmjs.com/package/@imdeadpool/guardex"><img alt="downloads" src="https://img.shields.io/npm/dm/%40imdeadpool%2Fguardex?label=downloads&style=flat-square&color=0b76c5"></a>
<a href="https://github.com/recodeee/gitguardex/stargazers"><img alt="stars" src="https://img.shields.io/github/stars/recodeee/gitguardex?style=flat-square&color=d4ac0d"></a>
</p>

### Dashboard

![Multi-agent dashboard example](https://raw.githubusercontent.com/recodeee/gitguardex/main/docs/images/dashboard-multi-agent.png)
Expand Down