From 6c29bc2bfa68ef9a1083865af0ab81a0d6aab642 Mon Sep 17 00:00:00 2001 From: Susheem Koul <105606472+susheem-k@users.noreply.github.com> Date: Fri, 24 Jul 2026 15:15:05 +0530 Subject: [PATCH] Point the README CI badge at ci.yml. The test workflow was renamed during the OSS cleanup; the badge still linked the old path. Co-authored-by: Cursor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91cc662..bf3744a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **Run-aware token governance for multi-agent systems.**
Cap spend and steer behavior across a whole agent workflow — not per request — with a shared ledger and in-path enforcement. -[![CI](https://github.com/theagentplane/tokenops/actions/workflows/test.yml/badge.svg)](https://github.com/theagentplane/tokenops/actions/workflows/test.yml) +[![CI](https://github.com/theagentplane/tokenops/actions/workflows/ci.yml/badge.svg)](https://github.com/theagentplane/tokenops/actions/workflows/ci.yml) [![PyPI](https://img.shields.io/pypi/v/agent-tokenops.svg)](https://pypi.org/project/agent-tokenops/) [![Python](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://github.com/theagentplane/tokenops) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.txt)