# CorpAI Compatible Badge

> Implementing the CorpAI spec in your project? Show it off.

---

## Markdown

```markdown
[![CorpAI Compatible](https://img.shields.io/badge/CorpAI-Compatible-0a0a0a?style=flat-square)](https://github.com/Arigitshub/CorpAI)
```

## HTML

```html
<a href="https://github.com/Arigitshub/CorpAI">
  <img src="https://img.shields.io/badge/CorpAI-Compatible-0a0a0a?style=flat-square" alt="CorpAI Compatible" />
</a>
```

---

## What "CorpAI Compatible" Means

Your project:
- Implements the CorpAI rank system (L1–L5)
- Uses the CorpAI message types (TASK, REPORT, ESCALATION, etc.)
- Follows the escalation chain rules
- Has a defined OWNER above all agents

It does **not** require you to implement every role or department — just the core spec.

---

## Show Us Your Implementation

Using CorpAI? Open a [GitHub Discussion](../../discussions) and share your repo — we'll feature community implementations in the README.
