Skip to content

Commit ddeb478

Browse files
release: v4.7.1 - Documentation Polish
Changes: - README streamlined from 1,241 to 329 lines - Root directory cleanup (93 → 6 markdown files) - Added Socratic Method section - Added Command Hubs table Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 359c51c commit ddeb478

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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+
## [4.7.1] - 2026-01-25
9+
10+
### Changed
11+
12+
- **README streamlined** from 1,241 to 329 lines for better developer approachability
13+
- Removed version history (v3.6-v4.6) - now in CHANGELOG only
14+
- Added Command Hubs table showing new `/dev`, `/testing`, `/docs` structure
15+
- Added Socratic Method section explaining guided workflow discovery
16+
- Consolidated features into scannable sections
17+
18+
### Housekeeping
19+
20+
- **Root directory cleanup** - Reduced from 93 to 6 markdown files
21+
- Archived session logs, reports, and summaries to `docs/archive/`
22+
- Moved utility scripts to `scripts/` and `examples/`
23+
- Removed deprecated wizard directories
24+
825
## [4.7.0] - 2026-01-24
926

1027
### Security

pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "4.7.0"
7+
version = "4.7.1"
88
description = "AI collaboration framework with real LLM agent execution, AskUserQuestion tool integration, Socratic agent generation, progressive tier escalation (70-85% cost savings), meta-orchestration, dynamic agent composition (6 patterns), intelligent caching (85% hit rate), semantic workflow discovery, visual workflow editor, MCP integration for Claude Code, and multi-agent orchestration."
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)