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.
Files changed (2) hide show
  1. package/README.md +2 -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
- ![CI](https://github.com/auriti-web-design/contextkit/actions/workflows/ci.yml/badge.svg)
5
+ ![CI](https://github.com/auriti-web-design/kiro-memory/actions/workflows/ci.yml/badge.svg)
6
6
  ![npm](https://img.shields.io/npm/v/kiro-memory)
7
7
  ![License](https://img.shields.io/badge/license-AGPL--3.0-blue)
8
8
  ![Node](https://img.shields.io/badge/node-%3E%3D18-green)
@@ -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/contextkit.git
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.1",
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/contextkit.git"
22
+ "url": "https://github.com/auriti-web-design/kiro-memory.git"
23
23
  },
24
- "homepage": "https://github.com/auriti-web-design/contextkit#readme",
24
+ "homepage": "https://github.com/auriti-web-design/kiro-memory#readme",
25
25
  "bugs": {
26
- "url": "https://github.com/auriti-web-design/contextkit/issues"
26
+ "url": "https://github.com/auriti-web-design/kiro-memory/issues"
27
27
  },
28
28
  "type": "module",
29
29
  "exports": {