From 369e118a27f0cf3826e6b92980c990499c598cbf Mon Sep 17 00:00:00 2001 From: Test User Date: Sat, 10 Jan 2026 18:47:02 -0700 Subject: [PATCH] docs(readme): add CI and license badges - Add GitHub Actions CI badge (dynamic, links to workflow) - Add MIT License badge (links to LICENSE file) - Add GitHub Issues badge (dynamic count) - Keep Awesome Claude Code and X follow badges - Remove redundant status badge, keep version and tests --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5542f9..58474bf 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # Ralph for Claude Code +[![CI](https://github.com/frankbria/ralph-claude-code/actions/workflows/test.yml/badge.svg)](https://github.com/frankbria/ralph-claude-code/actions/workflows/test.yml) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) ![Version](https://img.shields.io/badge/version-0.9.8-blue) -![Status](https://img.shields.io/badge/status-active%20development-yellow) ![Tests](https://img.shields.io/badge/tests-276%20passing-green) -![Coverage](https://img.shields.io/badge/coverage-informational-lightgrey) +[![GitHub Issues](https://img.shields.io/github/issues/frankbria/ralph-claude-code)](https://github.com/frankbria/ralph-claude-code/issues) [![Mentioned in Awesome Claude Code](https://awesome.re/mentioned-badge.svg)](https://github.com/hesreallyhim/awesome-claude-code) [![Follow on X](https://img.shields.io/twitter/follow/FrankBria18044?style=social)](https://x.com/FrankBria18044)