kiro-memory 1.4.0 → 1.4.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/README.md +13 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="assets/logo.svg" alt="Kiro Memory" width="400" />
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
<p align="center">
|
|
6
|
+
<strong>Persistent cross-session memory for <a href="https://kiro.dev/">Kiro CLI</a>.</strong>
|
|
7
|
+
</p>
|
|
8
|
+
|
|
9
|
+
<p align="center">
|
|
10
|
+
<a href="https://www.npmjs.com/package/kiro-memory"><img src="https://img.shields.io/npm/v/kiro-memory" alt="npm" /></a>
|
|
11
|
+
<img src="https://img.shields.io/badge/license-AGPL--3.0-blue" alt="License" />
|
|
12
|
+
<img src="https://img.shields.io/badge/node-%3E%3D18-green" alt="Node" />
|
|
13
|
+
</p>
|
|
8
14
|
|
|
9
15
|
---
|
|
10
16
|
|
package/package.json
CHANGED