From 541c51c7b0aa0736c0c574e2654681427764fa7b Mon Sep 17 00:00:00 2001 From: Super Z Date: Mon, 13 Apr 2026 00:05:03 +0000 Subject: [PATCH] T-009: Add CI/build badges to README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 43807fe..7fe856f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # FLUX Baton Generational context handoff for agents made easy. -[![Build Status](https://img.shields.io/travis/SuperInstance/flux-baton)](https://travis-ci.org/SuperInstance/flux-baton) -[![License](https://img.shields.io/github/license/SuperInstance/flux-baton)](https://github.com/SuperInstance/flux-baton/blob/master/LICENSE) -[![Fleet Status](https://img.shields.io/badge/fleet-status-active)](https://github.com/SuperInstance/flux-baton) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) +> *An agent's work outlives its context window. The baton carries everything the next agent needs.* * Enables seamless handoff between agent generations * Implements quality gates for ensured consistency