Skip to content

Commit ee359d3

Browse files
docs(website): Update version to v1.7.0 and test statistics
Updated website to reflect v1.7.0 release: - website/app/page.tsx: v1.6.0 → v1.7.0 - Updated version badge: "v1.7.0 Production/Stable" - Updated test statistics: 1,489 tests, 90.71% coverage - Removed "95%+ on core modules" (already included in overall) - website/app/faq/page.tsx: v1.6.0 → v1.7.0 - Updated "Is the framework production-ready?" answer - Now shows: v1.7.0 with 1,489 tests (90.71% coverage) Changes reflect significant improvements in v1.7.0: - Test count increased from 553 to 1,489 (+936 tests) - Coverage improved from 63.87% to 90.71% (+26.84 pp) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b0107d1 commit ee359d3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

website/app/faq/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const faqData = [
7272
},
7373
{
7474
question: 'Is the framework production-ready?',
75-
answer: 'Yes! The framework is v1.6.0 Production/Stable with 553 tests, comprehensive documentation, and is being used in production applications including medical wizards dashboards and software development tools.',
75+
answer: 'Yes! The framework is v1.7.0 Production/Stable with 1,489 tests (90.71% coverage), comprehensive documentation, and is being used in production applications including medical wizards dashboards and software development tools.',
7676
},
7777
],
7878
},

website/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default function Home() {
6868
<div className="text-4xl">🧠</div>
6969
<h3 className="text-2xl font-bold">Empathy Framework</h3>
7070
</div>
71-
<p className="text-sm text-[var(--muted)] mb-4">v1.6.0 Production/Stable</p>
71+
<p className="text-sm text-[var(--muted)] mb-4">v1.7.0 Production/Stable</p>
7272
<p className="text-[var(--text-secondary)] mb-6">
7373
A 5-level maturity model for AI-human collaboration, progressing from reactive
7474
responses to Level 4 Anticipatory Intelligence. Includes 30+ production wizards
@@ -77,7 +77,7 @@ export default function Home() {
7777
<div className="space-y-3 mb-6">
7878
<div className="flex items-start gap-2">
7979
<span className="text-[var(--success)] mt-1"></span>
80-
<span className="text-sm"><strong>553 tests</strong>, 63.87% coverage, 95%+ on core modules</span>
80+
<span className="text-sm"><strong>1,489 tests</strong>, 90.71% coverage</span>
8181
</div>
8282
<div className="flex items-start gap-2">
8383
<span className="text-[var(--success)] mt-1"></span>

0 commit comments

Comments
 (0)