memgineering 0.6.1 → 0.6.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/CHANGELOG.md CHANGED
@@ -11,6 +11,16 @@ language the reader wants. The bilingual rule the monorepo applies to
11
11
 
12
12
  ## [Unreleased]
13
13
 
14
+ ## [0.6.2] — 2026-08-16
15
+
16
+ ### Fixed
17
+
18
+ - **The bundled guidance says which version it is.** Its frontmatter still read
19
+ `0.5.0` while the package shipped 0.6.1 — invisible in a `CLAUDE.md`, where
20
+ that block is stripped before injection, but visible to any tool that loads a
21
+ SKILL.md as a file, and the only answer to "which guidance am I on". It now
22
+ tracks the package version, and a test keeps it there.
23
+
14
24
  ## [0.6.1] — 2026-08-16
15
25
 
16
26
  ### Fixed
@@ -2,7 +2,7 @@
2
2
  name: memgineering
3
3
  description: Use whenever the user refers to something they told you before, asks what was decided, tells you something worth keeping, or settles something that should hold next time. The memory lives in their own folder and outlives this session; check it before answering from guesswork, and write to it when you learn something durable.
4
4
  type: skill
5
- version: 0.5.0
5
+ version: 0.6.2
6
6
  ---
7
7
 
8
8
  # memgineering
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "memgineering",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "private": false,
5
5
  "description": "One memory for the AI you connect. Recall, remember, and revise a brain your agents share \u2014 stored in your own folder.",
6
6
  "license": "Apache-2.0",