claude-self-reflect 2.5.6 → 2.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -150,6 +150,9 @@ Recent conversations matter more. Old ones fade. Like your brain, but reliable.
150
150
 
151
151
  ## What's New
152
152
 
153
+ - **v2.5.6** - Tool Output Extraction - Captures git changes & tool outputs for cross-agent discovery
154
+ - **v2.5.5** - Critical dependency fix & streaming importer enhancements
155
+ - **v2.5.4** - Documentation & bug fixes (import path & state file compatibility)
153
156
  - **v2.5.3** - Streamlined README & import architecture diagram
154
157
  - **v2.5.2** - State file compatibility fix
155
158
  - **v2.4.5** - 10-40x performance boost
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "claude-self-reflect-mcp"
3
- version = "2.5.5"
3
+ version = "2.5.7"
4
4
  description = "MCP server for Claude self-reflection with memory decay"
5
5
  # readme = "README.md"
6
6
  requires-python = ">=3.10"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-self-reflect",
3
- "version": "2.5.6",
3
+ "version": "2.5.7",
4
4
  "description": "Give Claude perfect memory of all your conversations - Installation wizard for Python MCP server",
5
5
  "keywords": [
6
6
  "claude",