From 173dbd070dbe1768f76814afc633803746a46a05 Mon Sep 17 00:00:00 2001 From: Ross Imlach Date: Fri, 3 Jul 2026 11:20:40 +0100 Subject: [PATCH] docs(readme): add CI, release, and license badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ced5761..a2d008e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ > a convention-oriented review agent +[![CI](https://github.com/imlach/cora/actions/workflows/ci.yml/badge.svg)](https://github.com/imlach/cora/actions/workflows/ci.yml) +[![Release](https://img.shields.io/github/v/release/imlach/cora)](https://github.com/imlach/cora/releases) +[![License: Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE) + A self-hostable agentic PR reviewer for teams running their own LLM. cora reads a pull request the way the repo's conventions say it should be read — DECISIONS.md records, CLAUDE.md/AGENTS.md rules, CI state,