From 03d5d8dae8ffbb26f65ac5d7c0e5ac4f9bb01c6d Mon Sep 17 00:00:00 2001 From: dbarr5 Date: Fri, 14 Aug 2026 17:38:27 -0400 Subject: [PATCH] docs: add CI status badge to README The CI workflow has run on every push and pull request to main since it was added, but the README never surfaced its status. Add the standard Actions badge next to the existing license and Python badges so the build state is visible from the repository landing page. Badge verified rendering against main (HTTP 200, currently "passing"). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 344be2b..f756193 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Tamper-proof receipts for any decision your software makes.** Sign a piece of structured data with a key that is **born, used once, and destroyed in the same breath** — then prove, forever, that the record was never touched. Pure Python, zero mandatory dependencies, local-first. -[![License](https://img.shields.io/badge/license-Apache--2.0-06b6d4)](LICENSE) [![Python](https://img.shields.io/badge/python-3.10%2B-14b8a6)](https://www.python.org) [![Dependencies](https://img.shields.io/badge/core%20deps-0-22c55e)](pyproject.toml) [![Built by Aether](https://img.shields.io/badge/built%20by-Aether-7c3aed)](https://aethersystems.net) +[![CI](https://github.com/AetherAI3/PROTOCOL-C/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/AetherAI3/PROTOCOL-C/actions/workflows/ci.yml) [![License](https://img.shields.io/badge/license-Apache--2.0-06b6d4)](LICENSE) [![Python](https://img.shields.io/badge/python-3.10%2B-14b8a6)](https://www.python.org) [![Dependencies](https://img.shields.io/badge/core%20deps-0-22c55e)](pyproject.toml) [![Built by Aether](https://img.shields.io/badge/built%20by-Aether-7c3aed)](https://aethersystems.net) **An open project from [Aether](https://aethersystems.net)** · Apache-2.0 · `pip install git+https://github.com/AetherAI3/PROTOCOL-C.git`