Skip to content

Commit cb1e694

Browse files
committed
README
1 parent 26f513b commit cb1e694

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
# JAIPilot CLI
2-
3-
[![CI](https://github.com/skrcode/jaipilot-cli/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/skrcode/jaipilot-cli/actions/workflows/ci.yml)
4-
[![Release](https://img.shields.io/github/v/release/skrcode/jaipilot-cli)](https://github.com/skrcode/jaipilot-cli/releases)
5-
[![License](https://img.shields.io/github/license/skrcode/jaipilot-cli)](LICENSE)
1+
<div align="center">
2+
<h1>JAIPilot CLI</h1>
3+
<p><strong>Stop guessing. Start verifying AI-generated Java changes.</strong></p>
4+
<p>
5+
<a href="https://github.com/skrcode/jaipilot-cli/actions/workflows/ci.yml">
6+
<img src="https://github.com/skrcode/jaipilot-cli/actions/workflows/ci.yml/badge.svg?branch=main" alt="CI">
7+
</a>
8+
<a href="https://github.com/skrcode/jaipilot-cli/releases">
9+
<img src="https://img.shields.io/github/v/release/skrcode/jaipilot-cli" alt="Release">
10+
</a>
11+
<a href="LICENSE">
12+
<img src="https://img.shields.io/github/license/skrcode/jaipilot-cli" alt="License">
13+
</a>
14+
</p>
15+
</div>
616

717
JAIPilot is a zero-config test safety harness for Java Maven projects. It helps keep code written by agents safe by enforcing strong test coverage and mutation resistance before code ships.
818

0 commit comments

Comments
 (0)