Skip to content

Commit 4dec09c

Browse files
GeneAIclaude
authored andcommitted
fix: Update remaining 44 wizard references to 10 smart wizards
- Footer.tsx: 44+ wizards → 10 smart wizards - SocialProof.tsx: 44 Wizards → 10 Smart Wizards - docs/page.tsx: Remove healthcare references, update to v4.4 features Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 129ccf1 commit 4dec09c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

website/app/docs/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function DocsRedirectPage() {
2323
<div className="text-6xl mb-4">📚</div>
2424
<h1 className="text-4xl font-bold mb-4">Documentation Moved</h1>
2525
<p className="text-xl text-[var(--text-secondary)] mb-6">
26-
Our documentation has been upgraded to a comprehensive MkDocs site with 44 wizard guides.
26+
Our documentation has been upgraded to a comprehensive MkDocs site.
2727
</p>
2828
<p className="text-[var(--text-secondary)] mb-8">
2929
Redirecting you to the new documentation...
@@ -56,15 +56,15 @@ export default function DocsRedirectPage() {
5656
<ul className="space-y-2 text-sm text-[var(--text-secondary)]">
5757
<li className="flex items-start gap-2">
5858
<span className="text-[var(--success)] mt-1"></span>
59-
<span><strong>44 Wizard Guides</strong> - Comprehensive documentation for all wizards</span>
59+
<span><strong>10 Smart Wizards</strong> - Security, code review, testing, docs, and more</span>
6060
</li>
6161
<li className="flex items-start gap-2">
6262
<span className="text-[var(--success)] mt-1"></span>
63-
<span><strong>Healthcare Section</strong> - 16 HIPAA-compliant wizards with clinical examples</span>
63+
<span><strong>14 Workflows</strong> - Including 4 meta-workflows with agent composition</span>
6464
</li>
6565
<li className="flex items-start gap-2">
6666
<span className="text-[var(--success)] mt-1"></span>
67-
<span><strong>Software Development</strong> - 16 wizards for debugging, testing, and security</span>
67+
<span><strong>Agent Templates</strong> - 7 pre-built templates with 6 composition patterns</span>
6868
</li>
6969
<li className="flex items-start gap-2">
7070
<span className="text-[var(--success)] mt-1"></span>

website/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function Footer() {
1919
SmartAI Memory
2020
</Link>
2121
<p className="mt-4 text-sm text-[var(--text-secondary)]">
22-
AI framework for production apps. 44+ wizards, long-term memory, enterprise security.
22+
AI framework for production apps. 10 smart wizards, long-term memory, enterprise security.
2323
</p>
2424
<div className="flex gap-4 mt-4">
2525
<a

website/components/SocialProof.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const metrics = [
22
{ value: '5,675', label: 'Tests Passing' },
33
{ value: '81%', label: 'Code Coverage' },
4-
{ value: '44', label: 'Wizards Available' },
4+
{ value: '10', label: 'Smart Wizards' },
55
{ value: '5', label: 'LLMs Supported' },
66
];
77

0 commit comments

Comments
 (0)