Skip to content

Commit 9803ce0

Browse files
authored
Merge pull request #67 from eqtylab/logo-and-theming
docs: logo fixes, colour theming, and formatting improvements
2 parents 4946e5d + 8fec7dc commit 9803ce0

12 files changed

Lines changed: 397 additions & 72 deletions

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
<p align="left">
2-
<img src="docs/docs/assets/cupcake-static.svg" alt="A 2D illustrated guard dog" width="180">
3-
</p>
4-
51
# Cupcake
62

3+
<div align="left">
4+
<picture>
5+
<source media="(prefers-color-scheme: dark)" srcset="docs/docs/assets/cupcake-light.svg">
6+
<source media="(prefers-color-scheme: light)" srcset="docs/docs/assets/cupcake-dark.svg">
7+
<img alt="Fallback image description" src="docs/docs/assets/cupcake-responsive.svg" width="200">
8+
</picture>
9+
</div>
10+
711
A guard dog that makes AI agents follow the rules.
812

913
[![Tests](https://img.shields.io/github/actions/workflow/status/eqtylab/cupcake/ci.yml?branch=main&label=tests)](https://github.com/eqtylab/cupcake/actions/workflows/ci.yml)
@@ -151,7 +155,7 @@ If you use Cupcake in your research or project, please cite it as follows:
151155
title = {{Cupcake: Policy enforcement for AI agents}},
152156
year = {2025},
153157
publisher = {EQTYLab},
154-
url = {[https://github.com/eqtylab/cupcake](https://github.com/eqtylab/cupcake)}
158+
url = {https://cupcake.eqtylab.io}
155159
}
156160
```
157161

docs/docs/assets/cupcake-dark.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)