Skip to content

Commit b19451d

Browse files
docs: update test count to 11,000+ across README and FAQ
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent bcfb6df commit b19451d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
🚀 **v4.6.6: Performance Optimized** - 36% faster scanning, 39% faster init, 11,000+ tests passing. Built and tested extensively with Claude Code. **Full multi-LLM support** - works seamlessly with OpenAI, Gemini, and local models.
66

77
[![PyPI](https://img.shields.io/pypi/v/empathy-framework)](https://pypi.org/project/empathy-framework/)
8-
[![Tests](https://img.shields.io/badge/tests-4%2C000%2B%20passing-brightgreen)](https://github.com/Smart-AI-Memory/empathy-framework/actions)
8+
[![Tests](https://img.shields.io/badge/tests-11%2C000%2B%20passing-brightgreen)](https://github.com/Smart-AI-Memory/empathy-framework/actions)
99
[![Coverage](https://img.shields.io/badge/coverage-68%25-yellow)](https://github.com/Smart-AI-Memory/empathy-framework)
1010
[![License](https://img.shields.io/badge/license-Fair%20Source%200.9-blue)](https://github.com/Smart-AI-Memory/empathy-framework/blob/main/LICENSE)
1111
[![Python](https://img.shields.io/badge/python-3.10+-blue)](https://www.python.org)

website/app/faq/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const faqData: FAQCategory[] = [
6464
},
6565
{
6666
question: 'How is the framework tested?',
67-
answer: 'Empathy has 4,000+ comprehensive tests covering unit tests, integration tests, and cross-platform compatibility. Core modules are rigorously tested for security, memory systems, orchestration patterns, and meta-workflow functionality.',
67+
answer: 'Empathy has 11,000+ comprehensive tests covering unit tests, integration tests, and cross-platform compatibility. Core modules are rigorously tested for security, memory systems, orchestration patterns, and meta-workflow functionality.',
6868
},
6969
{
7070
question: 'What platforms are supported?',
@@ -85,7 +85,7 @@ const faqData: FAQCategory[] = [
8585
},
8686
{
8787
question: 'Is the framework production-ready?',
88-
answer: 'Yes! The framework is v4.6.5 Production/Stable with 4,000+ comprehensive tests, extensive documentation, and is being used in production software development tools and AI workflows.',
88+
answer: 'Yes! The framework is v4.6.6 Production/Stable with 11,000+ comprehensive tests, extensive documentation, and is being used in production software development tools and AI workflows.',
8989
},
9090
],
9191
},

0 commit comments

Comments
 (0)