kiro-memory 1.0.1 → 1.0.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/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
**Persistent cross-session memory for [Kiro CLI](https://kiro.dev/).**
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|

|
|
7
7
|

|
|
8
8
|

|
|
@@ -57,7 +57,7 @@ contextkit install
|
|
|
57
57
|
Or from source:
|
|
58
58
|
|
|
59
59
|
```bash
|
|
60
|
-
git clone https://github.com/auriti-web-design/
|
|
60
|
+
git clone https://github.com/auriti-web-design/kiro-memory.git
|
|
61
61
|
cd contextkit
|
|
62
62
|
npm install && npm run build
|
|
63
63
|
npm run install:kiro
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kiro-memory",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Persistent cross-session memory for Kiro CLI. Automatically tracks context, observations, and summaries across coding sessions.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"kiro",
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"license": "AGPL-3.0",
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
|
-
"url": "https://github.com/auriti-web-design/
|
|
22
|
+
"url": "https://github.com/auriti-web-design/kiro-memory.git"
|
|
23
23
|
},
|
|
24
|
-
"homepage": "https://github.com/auriti-web-design/
|
|
24
|
+
"homepage": "https://github.com/auriti-web-design/kiro-memory#readme",
|
|
25
25
|
"bugs": {
|
|
26
|
-
"url": "https://github.com/auriti-web-design/
|
|
26
|
+
"url": "https://github.com/auriti-web-design/kiro-memory/issues"
|
|
27
27
|
},
|
|
28
28
|
"type": "module",
|
|
29
29
|
"exports": {
|