Skip to content

Commit e029ac2

Browse files
GeneAIclaude
authored andcommitted
docs: Update wizard counts, remove deprecated healthcare wizards
- Homepage: Update from '44+ AI Wizards' to '10 Smart Wizards' - FAQ: Remove healthcare wizard references, update counts - Wizards page: Complete rewrite to match actual wizard registry - Remove deprecated Healthcare category and all 44+ inflated wizard claims The actual v4.4.0 wizards are: security-audit, code-review, bug-predict, perf-audit, refactor-plan, test-gen, doc-gen, dependency-check, release-prep, and research. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e6be249 commit e029ac2

File tree

3 files changed

+128
-224
lines changed

3 files changed

+128
-224
lines changed

website/app/faq/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const faqData: FAQCategory[] = [
2222
questions: [
2323
{
2424
question: 'What is Empathy?',
25-
answer: 'Empathy is a production-ready 5-level maturity model for AI-human collaboration. It progresses from reactive responses (Level 1) to Level 4 Anticipatory Intelligence that predicts problems before they happen. It includes 30+ production wizards for software development and healthcare applications.',
25+
answer: 'Empathy is a production-ready 5-level maturity model for AI-human collaboration. It progresses from reactive responses (Level 1) to Level 4 Anticipatory Intelligence that predicts problems before they happen. It includes 10 smart wizards and 14 integrated workflows for software development.',
2626
},
2727
{
2828
question: 'What are the 5 levels of AI empathy?',
@@ -60,7 +60,7 @@ const faqData: FAQCategory[] = [
6060
},
6161
{
6262
question: 'What are wizards?',
63-
answer: 'Wizards are specialized AI agents in Empathy that anticipate needs and predict problems in specific domains. The framework includes 16+ software development wizards (security, testing, debugging, etc.) and 18+ healthcare wizards (patient monitoring, protocol compliance, etc.).',
63+
answer: 'Wizards are specialized AI agents in Empathy that anticipate needs and predict problems in specific domains. The framework includes 10 smart wizards: security audit, code review, bug prediction, performance analysis, refactoring, test generation, documentation, dependency checks, release prep, and research.',
6464
},
6565
{
6666
question: 'How is the framework tested?',
@@ -85,7 +85,7 @@ const faqData: FAQCategory[] = [
8585
},
8686
{
8787
question: 'Is the framework production-ready?',
88-
answer: 'Yes! The framework is v4.4.0 Production/Stable with 125+ comprehensive tests, extensive documentation, and is being used in production applications including medical wizards dashboards and software development tools.',
88+
answer: 'Yes! The framework is v4.4.0 Production/Stable with 125+ comprehensive tests, extensive documentation, and is being used in production software development tools and AI workflows.',
8989
},
9090
],
9191
},

website/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ const features = [
4343
},
4444
{
4545
icon: '🧙',
46-
title: '44+ AI Wizards',
47-
description: 'Pre-built, specialized AI assistants for debugging, code review, security scanning, refactoring, and more.',
46+
title: '10 Smart Wizards',
47+
description: 'Security audit, code review, bug prediction, performance analysis, refactoring, test generation, documentation, dependency checks, release prep, and research.',
4848
link: '/wizards',
4949
},
5050
];

0 commit comments

Comments
 (0)