From 803b4d66c8346c5e6f5e182aa5f45b8474da5428 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Fri, 12 Jun 2026 08:58:21 +0200 Subject: [PATCH] Add CI testing note to README Added a note about testing CI to the README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c5b57167..410c006d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ An evaluation framework for measuring how accurately LLM agents complete Auth0 integration tasks. It runs each task across multiple configurations - from a single LLM call with no tools, to a full agentic loop with MCP servers and skills - and compares the results so you can see exactly where each investment pays off. +[DO NOT MERGE] - Testing CI + [![License](https://img.shields.io/:license-apache-blue.svg?style=flat)](https://opensource.org/licenses/Apache-2.0) ## What it's used for