@saleem11kh/repomem 0.1.0 → 0.1.1
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saleem11kh/repomem",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Git-native memory for AI coding agents. .
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "Git-native memory for AI coding agents. .repomem/ commits with your code, clones with your team, works with Claude Code, Cursor, Gemini CLI and more.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|
|
27
|
-
"url": "git+https://github.com/saleem786khan/
|
|
27
|
+
"url": "git+https://github.com/saleem786khan/repomem.git"
|
|
28
28
|
},
|
|
29
29
|
"bugs": {
|
|
30
|
-
"url": "https://github.com/saleem786khan/
|
|
30
|
+
"url": "https://github.com/saleem786khan/repomem/issues"
|
|
31
31
|
},
|
|
32
|
-
"homepage": "https://github.com/saleem786khan/
|
|
32
|
+
"homepage": "https://github.com/saleem786khan/repomem#readme",
|
|
33
33
|
"type": "commonjs",
|
|
34
34
|
"engines": {
|
|
35
35
|
"node": ">=18.0.0"
|