From 7c063f853a457ccc32a984b310b2cd9a3ea773b3 Mon Sep 17 00:00:00 2001 From: Chaz Dinkle Date: Mon, 13 Apr 2026 18:04:30 -0400 Subject: [PATCH] docs: add badges, fix naming consistency, improve ecosystem links - Add CI/license/Python badges to README header - Standardize naming: CogOS (prose), cogos (binary/repo) - Add cross-repo ecosystem references Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 62253f5..887d851 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Mod³ — Model Modality Modulator +[![CI](https://github.com/cogos-dev/mod3/actions/workflows/ci.yml/badge.svg)](https://github.com/cogos-dev/mod3/actions/workflows/ci.yml) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) +[![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/) + Give your AI agent a voice. Mod³ is a Python MCP server that provides text-to-speech for Claude Code, Cursor, and other MCP-compatible AI tools. It runs four TTS engines locally on Apple Silicon, generates speech faster than realtime, and returns immediately so the agent keeps working while audio plays.