Skip to content

Commit 0750f70

Browse files
GeneAIclaude
authored andcommitted
feat: Release v3.1.0 - Health Check Workflow & Agent Factory Improvements
## Added - Health check workflow for system health monitoring - Health check crew for Agent Factory - Core reliability tests - CollaborationState.success_rate property ## Changed - Agent Factory: Enhanced CodeReviewCrew dashboard integration - Improved CrewAI, LangChain, and LangGraph adapters - Workflow improvements (code review, security, PR review, perf audit) - VSCode Extension dashboard major improvements ## Fixed - Level 4 anticipatory interaction AttributeError - Various bug fixes and type safety improvements 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 11120b6 commit 0750f70

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.claude/CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Empathy Framework - Production Security Configuration
22
# Location: ./.claude/CLAUDE.md
3-
# Project: empathy-framework v3.0.2
3+
# Project: empathy-framework v3.1.0
44
# Classification: INTERNAL
55

66
# Import pattern library summary (auto-generated)
@@ -149,7 +149,7 @@ pytest tests/test_claude_memory.py -v
149149
"timestamp": "2025-11-24T03:30:00Z",
150150
"event_id": "evt_abc123",
151151
"project": "empathy-framework",
152-
"version": "3.0.2",
152+
"version": "3.1.0",
153153
"user_id": "[email protected]",
154154
"action": "llm_request",
155155

@@ -406,4 +406,4 @@ By working on this project, I confirm:
406406
407407
*This configuration enforces enterprise security while enabling the five-level empathy system.*
408408
*Last updated: 2025-12-23*
409-
*Empathy Framework v3.0.2*
409+
*Empathy Framework v3.1.0*

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.0.2] - 2025-12-23
8+
## [3.1.0] - 2025-12-23
99

1010
### Added
1111

@@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
**Core Reliability Tests**
1717
- Added `test_core_reliability.py` for comprehensive reliability testing
1818

19+
**CollaborationState Enhancements**
20+
- Added `success_rate` property for tracking action success metrics
21+
1922
### Changed
2023

2124
**Agent Factory Improvements**
@@ -36,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3639

3740
### Fixed
3841

42+
- Fixed Level 4 anticipatory interaction AttributeError
3943
- Various bug fixes across 92 files
4044
- Improved type safety in workflow modules
4145
- Test reliability improvements

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 = "3.0.2"
7+
version = "3.1.0"
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"

0 commit comments

Comments
 (0)