gitmem-mcp 1.1.0 → 1.1.2
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 +20 -4
- package/README.md +3 -3
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.1.2] - 2026-02-17
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- **Repository migration**: Moved from `nTEG-dev/gitmem` to `gitmem-dev/gitmem`. All references updated.
|
|
14
|
+
|
|
15
|
+
### Added
|
|
16
|
+
- **OpenClaw distribution**: SKILL.md and listing materials for OpenClaw skill directory.
|
|
17
|
+
|
|
18
|
+
## [1.1.1] - 2026-02-17
|
|
19
|
+
|
|
20
|
+
### Removed
|
|
21
|
+
- **Dead dependency `@huggingface/transformers`**: Massive package (ONNX runtime + model files) was declared as a runtime dependency but never imported anywhere. Embedding service uses raw `fetch()` to external APIs. Shipped unused since initial release, bloating every `npx gitmem-mcp` install.
|
|
22
|
+
|
|
23
|
+
### Added
|
|
24
|
+
- **CI dependency audit**: `depcheck` now runs in CI pipeline. Unused runtime dependencies will fail the build. This gap allowed the dead dependency to ship through 15+ versions undetected.
|
|
25
|
+
|
|
10
26
|
## [1.1.0] - 2026-02-17
|
|
11
27
|
|
|
12
28
|
### Added
|
|
@@ -133,7 +149,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
133
149
|
- Cache management (status, flush, health)
|
|
134
150
|
- Agent identity detection
|
|
135
151
|
|
|
136
|
-
[Unreleased]: https://github.com/
|
|
137
|
-
[1.0.0]: https://github.com/
|
|
138
|
-
[0.2.0]: https://github.com/
|
|
139
|
-
[0.1.0]: https://github.com/
|
|
152
|
+
[Unreleased]: https://github.com/gitmem-dev/gitmem/compare/v1.0.0...HEAD
|
|
153
|
+
[1.0.0]: https://github.com/gitmem-dev/gitmem/compare/v0.2.0...v1.0.0
|
|
154
|
+
[0.2.0]: https://github.com/gitmem-dev/gitmem/compare/v0.1.0...v0.2.0
|
|
155
|
+
[0.1.0]: https://github.com/gitmem-dev/gitmem/releases/tag/v0.1.0
|
package/README.md
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
<p align="center">
|
|
6
6
|
<a href="https://www.npmjs.com/package/gitmem-mcp"><img src="https://img.shields.io/npm/v/gitmem-mcp?style=flat-square&color=ed1e25&label=npm" alt="npm version" /></a>
|
|
7
7
|
<a href="https://www.npmjs.com/package/gitmem-mcp"><img src="https://img.shields.io/npm/dm/gitmem-mcp?style=flat-square&color=333333&label=downloads" alt="npm downloads" /></a>
|
|
8
|
-
<a href="https://github.com/
|
|
9
|
-
<a href="https://github.com/
|
|
8
|
+
<a href="https://github.com/gitmem-dev/gitmem/blob/main/LICENSE"><img src="https://img.shields.io/github/license/gitmem-dev/gitmem?style=flat-square&color=ed1e25" alt="MIT License" /></a>
|
|
9
|
+
<a href="https://github.com/gitmem-dev/gitmem/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/gitmem-dev/gitmem/ci.yml?style=flat-square&color=333333&label=build" alt="Build" /></a>
|
|
10
10
|
<img src="https://img.shields.io/badge/node-%3E%3D22-ed1e25?style=flat-square" alt="Node.js >= 22" />
|
|
11
11
|
</p>
|
|
12
12
|
|
|
@@ -149,7 +149,7 @@ Your AI agent likely has its own memory file (MEMORY.md, .cursorrules, etc.). He
|
|
|
149
149
|
## Development
|
|
150
150
|
|
|
151
151
|
```bash
|
|
152
|
-
git clone https://github.com/
|
|
152
|
+
git clone https://github.com/gitmem-dev/gitmem.git
|
|
153
153
|
cd gitmem
|
|
154
154
|
npm install
|
|
155
155
|
npm run build
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gitmem-mcp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Institutional memory for AI coding agents. Memory that compounds.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
"release-status": "bash scripts/release-status.sh"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@huggingface/transformers": "^3.0.0",
|
|
32
31
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
33
32
|
"uuid": "^9.0.0",
|
|
34
33
|
"zod": "^3.22.0"
|
|
@@ -73,7 +72,7 @@
|
|
|
73
72
|
"license": "MIT",
|
|
74
73
|
"repository": {
|
|
75
74
|
"type": "git",
|
|
76
|
-
"url": "https://github.com/
|
|
75
|
+
"url": "https://github.com/gitmem-dev/gitmem.git"
|
|
77
76
|
},
|
|
78
77
|
"homepage": "https://gitmem.ai",
|
|
79
78
|
"publishConfig": {
|