You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(website): Add Code Health Assistant to features, update GitHub links
- Added Code Health Assistant feature card to framework page
- Updated all GitHub links to new repo name (empathy-framework)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
Copy file name to clipboardExpand all lines: website/app/faq/page.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ const faqData = [
85
85
},
86
86
{
87
87
question: 'How do I report bugs?',
88
-
answer: 'Report bugs via GitHub Issues at https://github.com/Smart-AI-Memory/empathy/issues. Include your environment details, steps to reproduce, and expected vs actual behavior.',
88
+
answer: 'Report bugs via GitHub Issues at https://github.com/Smart-AI-Memory/empathy-framework/issues. Include your environment details, steps to reproduce, and expected vs actual behavior.',
89
89
},
90
90
{
91
91
question: 'Can I contribute to the project?',
@@ -189,7 +189,7 @@ export default function FAQPage() {
Copy file name to clipboardExpand all lines: website/app/terms/page.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,14 +52,14 @@ export default function TermsPage() {
52
52
<li><strong>Redistribution:</strong> Subject to license terms</li>
53
53
</ul>
54
54
<p>
55
-
Full license terms available at: <ahref="https://github.com/Smart-AI-Memory/empathy/blob/main/LICENSE-FAIR-SOURCE.md">LICENSE-FAIR-SOURCE.md</a>
55
+
Full license terms available at: <ahref="https://github.com/Smart-AI-Memory/empathy-framework/blob/main/LICENSE-FAIR-SOURCE.md">LICENSE-FAIR-SOURCE.md</a>
56
56
</p>
57
57
58
58
<h3>2.2 Commercial License</h3>
59
59
<p>
60
60
Commercial licenses are required for organizations with 6 or more employees.
61
61
One license covers all developer environments (workstation, staging, production, CI/CD).
62
-
See <ahref="https://github.com/Smart-AI-Memory/empathy/blob/main/LICENSE-COMMERCIAL.md">LICENSE-COMMERCIAL.md</a> for full terms.
62
+
See <ahref="https://github.com/Smart-AI-Memory/empathy-framework/blob/main/LICENSE-COMMERCIAL.md">LICENSE-COMMERCIAL.md</a> for full terms.
0 commit comments