From a419f12c2d048a6d265cce36dd7df222eaab49d5 Mon Sep 17 00:00:00 2001 From: Ambient Code Bot Date: Wed, 25 Mar 2026 12:50:11 +0000 Subject: [PATCH] docs: add status badges to README Add License, Kubernetes, and Go version badges to improve repository presentation and provide quick visual indicators of key platform requirements. Co-Authored-By: Claude Sonnet 4.5 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 README.md diff --git a/README.md b/README.md old mode 100644 new mode 100755 index a4343c616..4b0b071ba --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Ambient Code Platform +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +[![Kubernetes](https://img.shields.io/badge/Kubernetes-v1.28+-blue.svg)](https://kubernetes.io/) +[![Go](https://img.shields.io/badge/Go-1.22+-00ADD8.svg)](https://golang.org/) + > Kubernetes-native AI automation platform for intelligent agentic sessions ## Overview