@wipcomputer/memory-crystal 0.7.27 → 0.7.28
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 +27 -0
- package/SKILL.md +1 -1
- package/_trash/RELEASE-NOTES-v0-7-28.md +24 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -19,6 +19,33 @@
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
+
## 0.7.28 (2026-03-18)
|
|
23
|
+
|
|
24
|
+
# Release Notes: memory-crystal v0.7.28
|
|
25
|
+
|
|
26
|
+
**One-line summary of what this release does**
|
|
27
|
+
|
|
28
|
+
## What changed
|
|
29
|
+
|
|
30
|
+
Describe the changes. Not a commit list. Explain:
|
|
31
|
+
- What was built or fixed
|
|
32
|
+
- Why it matters
|
|
33
|
+
- What the user should know
|
|
34
|
+
|
|
35
|
+
## Why
|
|
36
|
+
|
|
37
|
+
What problem does this solve? What was broken or missing?
|
|
38
|
+
|
|
39
|
+
## Issues closed
|
|
40
|
+
|
|
41
|
+
- #91
|
|
42
|
+
|
|
43
|
+
## How to verify
|
|
44
|
+
|
|
45
|
+
```bash
|
|
46
|
+
# Commands to test the changes
|
|
47
|
+
```
|
|
48
|
+
|
|
22
49
|
## 0.7.27 (2026-03-17)
|
|
23
50
|
|
|
24
51
|
# Add root SKILL.md + ldm install as primary path
|
package/SKILL.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: wip-memory-crystal
|
|
3
3
|
description: Search and manage the shared memory crystal. Use when user says "do you remember", "search memory", "remember this", "forget that", "memory status", "what do you know about", or needs to recall past discussions, store facts, or check what's in memory.
|
|
4
|
-
version: "0.7.
|
|
4
|
+
version: "0.7.28"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Memory Crystal
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Release Notes: memory-crystal v0.7.28
|
|
2
|
+
|
|
3
|
+
**One-line summary of what this release does**
|
|
4
|
+
|
|
5
|
+
## What changed
|
|
6
|
+
|
|
7
|
+
Describe the changes. Not a commit list. Explain:
|
|
8
|
+
- What was built or fixed
|
|
9
|
+
- Why it matters
|
|
10
|
+
- What the user should know
|
|
11
|
+
|
|
12
|
+
## Why
|
|
13
|
+
|
|
14
|
+
What problem does this solve? What was broken or missing?
|
|
15
|
+
|
|
16
|
+
## Issues closed
|
|
17
|
+
|
|
18
|
+
- #91
|
|
19
|
+
|
|
20
|
+
## How to verify
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
# Commands to test the changes
|
|
24
|
+
```
|
package/package.json
CHANGED