gitmem-mcp 1.1.1 → 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 +12 -4
- package/README.md +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ 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
|
+
|
|
10
18
|
## [1.1.1] - 2026-02-17
|
|
11
19
|
|
|
12
20
|
### Removed
|
|
@@ -141,7 +149,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
141
149
|
- Cache management (status, flush, health)
|
|
142
150
|
- Agent identity detection
|
|
143
151
|
|
|
144
|
-
[Unreleased]: https://github.com/
|
|
145
|
-
[1.0.0]: https://github.com/
|
|
146
|
-
[0.2.0]: https://github.com/
|
|
147
|
-
[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",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"license": "MIT",
|
|
73
73
|
"repository": {
|
|
74
74
|
"type": "git",
|
|
75
|
-
"url": "https://github.com/
|
|
75
|
+
"url": "https://github.com/gitmem-dev/gitmem.git"
|
|
76
76
|
},
|
|
77
77
|
"homepage": "https://gitmem.ai",
|
|
78
78
|
"publishConfig": {
|