Skip to content

Commit 4f330ef

Browse files
GeneAIGeneAI
authored andcommitted
docs: Update framework-docs with Diátaxis structure and fix PyPI URLs (v3.2.3)
1 parent 450ede6 commit 4f330ef

File tree

238 files changed

+514164
-72567
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

238 files changed

+514164
-72567
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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+
## [3.2.3] - 2025-12-24
9+
10+
### Fixed
11+
12+
- Fixed PyPI URLs to match Diátaxis documentation structure
13+
- Getting Started: `/framework-docs/tutorials/quickstart/`
14+
- FAQ: `/framework-docs/reference/FAQ/`
15+
- Rebuilt and updated documentation with Diátaxis structure
16+
- Fresh MkDocs build deployed to website
17+
18+
---
19+
820
## [3.2.2] - 2025-12-24
921

1022
### Fixed

pyproject.toml

Lines changed: 3 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 = "3.2.2"
7+
version = "3.2.3"
88
description = "AI collaboration framework with persistent memory, anticipatory intelligence, code inspection, and multi-agent orchestration"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.10"
@@ -211,8 +211,8 @@ empathy-sync-claude = "empathy_llm_toolkit.cli.sync_claude:main"
211211
[project.urls]
212212
Homepage = "https://www.smartaimemory.com"
213213
Documentation = "https://www.smartaimemory.com/framework-docs/"
214-
"Getting Started" = "https://www.smartaimemory.com/framework-docs/getting-started/quickstart/"
215-
FAQ = "https://www.smartaimemory.com/framework-docs/FAQ/"
214+
"Getting Started" = "https://www.smartaimemory.com/framework-docs/tutorials/quickstart/"
215+
FAQ = "https://www.smartaimemory.com/framework-docs/reference/FAQ/"
216216
Book = "https://www.smartaimemory.com/book"
217217
Repository = "https://github.com/Smart-AI-Memory/empathy-framework"
218218
Issues = "https://github.com/Smart-AI-Memory/empathy-framework/issues"

0 commit comments

Comments
 (0)