Skip to content

Commit 38ca6c3

Browse files
GeneAIclaude
authored andcommitted
fix: Update PyPI project URLs to point to smartaimemory.com
- Documentation -> smartaimemory.com/docs - Getting Started -> smartaimemory.com/docs/getting-started - FAQ -> smartaimemory.com/docs/faq - Book -> smartaimemory.com/book - Removed broken GitHub docs link Bump to v2.2.6 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent b86f84c commit 38ca6c3

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to the Empathy Framework will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.2.6] - 2025-12-15
9+
10+
### Fixed
11+
- **PyPI project URLs** - Documentation, FAQ, Book, and Getting Started links now point to smartaimemory.com instead of broken GitHub paths
12+
813
## [2.2.5] - 2025-12-15
914

1015
### Added

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "empathy-framework"
7-
version = "2.2.5"
7+
version = "2.2.6"
88
description = "AI collaboration framework with persistent memory, anticipatory intelligence, and multi-agent orchestration"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.10"
@@ -182,12 +182,14 @@ empathy-memory = "empathy_os.memory.control_panel:main"
182182

183183
[project.urls]
184184
Homepage = "https://smartaimemory.com"
185-
Documentation = "https://github.com/Smart-AI-Memory/empathy/tree/main/docs"
185+
Documentation = "https://smartaimemory.com/docs"
186+
"Getting Started" = "https://smartaimemory.com/docs/getting-started"
187+
FAQ = "https://smartaimemory.com/docs/faq"
188+
Book = "https://smartaimemory.com/book"
186189
Repository = "https://github.com/Smart-AI-Memory/empathy"
187190
Issues = "https://github.com/Smart-AI-Memory/empathy/issues"
188191
Discussions = "https://github.com/Smart-AI-Memory/empathy/discussions"
189192
Changelog = "https://github.com/Smart-AI-Memory/empathy/blob/main/CHANGELOG.md"
190-
Funding = "https://smartaimemory.com"
191193

192194
[tool.setuptools]
193195
# Package discovery

0 commit comments

Comments
 (0)