sqlew 3.2.3 → 3.2.4
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/CHANGELOG.md +11 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,17 @@ All notable changes to sqlew will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
-
## [3.2.
|
|
8
|
+
## [3.2.4] - 2025-10-20
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- **Package Description Correction**
|
|
12
|
+
- Fixed incorrect token efficiency claim in package.json
|
|
13
|
+
- Changed from "96% token efficiency through API consolidation" to "60-75% token reduction in multi-session projects"
|
|
14
|
+
- The 60-75% reflects real-world usage across multi-session projects (as documented in README.md)
|
|
15
|
+
- Note: 96% refers specifically to v2.0 API consolidation (tool definitions only), not real-world usage
|
|
16
|
+
- v3.2.3 deprecated due to misleading description
|
|
17
|
+
|
|
18
|
+
## [3.2.3] - 2025-10-20 [DEPRECATED]
|
|
9
19
|
|
|
10
20
|
### Changed
|
|
11
21
|
- **Code Organization - Major Refactoring**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sqlew",
|
|
3
|
-
"version": "3.2.
|
|
4
|
-
"description": "MCP server for efficient context sharing between Claude Code sub-agents with Kanban Task Watcher, Decision Context, auto-file-tracking, and
|
|
3
|
+
"version": "3.2.4",
|
|
4
|
+
"description": "MCP server for efficient context sharing between Claude Code sub-agents with Kanban Task Watcher, Decision Context, auto-file-tracking, and 60-75% token reduction in multi-session projects",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|