From 9b8020b40a2f84d30901b7ec20a9e80024b4d3db Mon Sep 17 00:00:00 2001 From: Albert M Date: Wed, 22 Jul 2026 16:12:27 -0400 Subject: [PATCH] Add cycles-claude-plugin to integrations list --- profile/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/profile/README.md b/profile/README.md index b62a5c5..f20e419 100644 --- a/profile/README.md +++ b/profile/README.md @@ -121,6 +121,7 @@ New to Cycles? Start with the protocol, then choose the implementation surface y ### Integrations & Examples - [cycles-mcp-server](https://github.com/runcycles/cycles-mcp-server) — MCP server that gives AI agents runtime budget control — reserve, commit, and release +- [cycles-claude-plugin](https://github.com/runcycles/cycles-claude-plugin) — Budget enforcement for Claude Code tool calls — PreToolUse gating, AI-agent cost control - [cycles-openai-agents](https://github.com/runcycles/cycles-openai-agents) — Budget, risk and runtime authority for the OpenAI Agents SDK - [cycles-openclaw-budget-guard](https://github.com/runcycles/cycles-openclaw-budget-guard) — OpenClaw plugin for budget-aware model and tool execution - [cycles-spring-ai-starter](https://github.com/runcycles/cycles-spring-ai-starter) — Budget, risk and runtime authority for Spring AI Agents (ChatClient)