Skip to content

Commit 31a168a

Browse files
GeneAIclaude
andcommitted
fix: Standardize terminology from 'workflows' to 'wizards' across site
Terminology Consistency Updates: - Updated all dashboard titles: "Medical Workflows" → "Medical Wizards" - Changed subtitle: "Clinical Workflows" → "Clinical Wizards" - Updated CTA: "Build Your Own Medical Workflows" → "Build Your Own Medical Wizards" - Fixed feature description: "Workflow automation" → "Multi-wizard coordination" - Updated main page reference: "Medical Workflows Dashboard" → "Medical Wizards Dashboard" Rationale: - "Wizards" aligns with codebase architecture (BaseWizard, WizardFactory) - More distinctive and memorable than generic "workflows" - Conveys anticipatory/predictive intelligence better - Consistent with established framework terminology Files Modified: - website/app/page.tsx: Dashboard title and description - website/app/dashboard/page.tsx: Hero and CTA sections - website/app/dev-dashboard/page.tsx: Feature list terminology Note: General usage of "workflow" (e.g., "transformed our development workflow") remains unchanged as it refers to user processes, not framework features. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 58416e2 commit 31a168a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

website/app/dashboard/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ export default function MedicalDashboard() {
2323
<div className="max-w-4xl mx-auto text-center">
2424
<div className="text-6xl mb-6">🏥</div>
2525
<h1 className="text-4xl font-bold mb-4">
26-
Medical Workflows <span className="text-gradient">Dashboard</span>
26+
Medical Wizards <span className="text-gradient">Dashboard</span>
2727
</h1>
2828
<p className="text-xl text-[var(--text-secondary)] mb-6">
29-
Level 4 Anticipatory Intelligence for Clinical Workflows
29+
Level 4 Anticipatory Intelligence for Clinical Wizards
3030
</p>
3131
<div className="flex flex-wrap gap-2 justify-center">
3232
<span className="px-3 py-1 bg-[var(--primary)] bg-opacity-10 text-[var(--primary)] rounded-full text-sm font-semibold">
@@ -295,7 +295,7 @@ export default function MedicalDashboard() {
295295
<div className="container">
296296
<div className="max-w-3xl mx-auto text-center">
297297
<h2 className="text-3xl font-bold mb-6">
298-
Build Your Own Medical Workflows
298+
Build Your Own Medical Wizards
299299
</h2>
300300
<p className="text-xl text-[var(--text-secondary)] mb-8">
301301
The Empathy Framework is open source and production-ready.

website/app/dev-dashboard/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,11 @@ export default function DevDashboard() {
213213
<div className="space-y-2">
214214
<div className="flex items-center gap-2 text-xs">
215215
<span className="text-[var(--success)]"></span>
216-
<span>Workflow automation</span>
216+
<span>Multi-wizard coordination</span>
217217
</div>
218218
<div className="flex items-center gap-2 text-xs">
219219
<span className="text-[var(--success)]"></span>
220-
<span>Agent coordination</span>
220+
<span>Agent orchestration</span>
221221
</div>
222222
<div className="flex items-center gap-2 text-xs">
223223
<span className="text-[var(--success)]"></span>

website/app/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,17 +227,17 @@ export default function Home() {
227227
</p>
228228

229229
<div className="max-w-5xl mx-auto grid gap-8">
230-
{/* Medical Workflows Dashboard */}
230+
{/* Medical Wizards Dashboard */}
231231
<div className="bg-[var(--background)] p-8 rounded-lg border-2 border-[var(--border)] hover:border-[var(--accent)] transition-all">
232232
<div className="flex flex-col md:flex-row gap-6">
233233
<div className="flex-1">
234234
<div className="flex items-center gap-3 mb-4">
235235
<div className="text-4xl">🏥</div>
236-
<h3 className="text-2xl font-bold">Medical Workflows Dashboard</h3>
236+
<h3 className="text-2xl font-bold">Medical Wizards Dashboard</h3>
237237
</div>
238238
<p className="text-[var(--text-secondary)] mb-4">
239239
Production healthcare application demonstrating Level 4 Anticipatory Intelligence
240-
for clinical workflows. Features patient trajectory analysis, protocol compliance
240+
with clinical wizards. Features patient trajectory analysis, protocol compliance
241241
monitoring, and predictive risk assessment.
242242
</p>
243243

0 commit comments

Comments
 (0)