# GitHub Actions Status Badges
Add these badges to your README.md to show the status of your CI/CD workflows.
## Status Badges
### CI Status
```markdown
[](https://github.com/eonseed/perspt/actions/workflows/ci.yml)
```
### Release Status
```markdown
[](https://github.com/eonseed/perspt/actions/workflows/release.yml)
```
### Documentation Status
```markdown
[](https://github.com/eonseed/perspt/actions/workflows/docs.yml)
```
### Latest Release
```markdown
[](https://github.com/eonseed/perspt/releases/latest)
```
### Downloads
```markdown
[](https://github.com/eonseed/perspt/releases)
```
### License
```markdown
[](https://www.gnu.org/licenses/lgpl-3.0)
```
## Example Integration
Add this section to the top of your README.md, right after the title:
```markdown
# 👁️ Perspt: Your Terminal's Window to the AI World 🤖
[](https://github.com/eonseed/perspt/actions/workflows/ci.yml)
[](https://github.com/eonseed/perspt/actions/workflows/release.yml)
[](https://github.com/eonseed/perspt/actions/workflows/docs.yml)
[](https://github.com/eonseed/perspt/releases/latest)
[](https://github.com/eonseed/perspt/releases)
[](https://www.gnu.org/licenses/lgpl-3.0)
> "The keyboard hums, the screen aglow...
```
Note: Replace `eonseed/perspt` with your actual GitHub organization/repository name if different.