mindkeeper-openclaw 0.2.21 → 0.2.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mindkeeper-openclaw",
3
- "version": "0.2.21",
3
+ "version": "0.2.22",
4
4
  "description": "OpenClaw plugin for mindkeeper: auto-snapshot, diff, and rollback for agent context files",
5
5
  "keywords": [
6
6
  "openclaw",
@@ -1,7 +1,9 @@
1
1
  ---
2
2
  name: mindkeeper
3
3
  description: Time Machine for Your AI's Brain — version control for agent context files. Use when the user asks about changes in SOUL.md, AGENTS.md, MEMORY.md, or other agent context files; when they want to undo, rollback, or compare versions; or when they need a checkpoint before risky edits.
4
- version: 1.2.0
4
+ version: 1.2.1
5
+ homepage: https://github.com/seekcontext/mindkeeper
6
+ repository: https://github.com/seekcontext/mindkeeper
5
7
  ---
6
8
 
7
9
  # Mindkeeper — Time Machine for Your AI's Brain
@@ -4,9 +4,10 @@
4
4
  "description": "Time Machine for Your AI's Brain — version control for agent context files. Every change to AGENTS.md, SOUL.md, MEMORY.md, skills, and other context files is automatically tracked. Your AI can browse history, compare versions with diff, create named checkpoints, and roll back any file to any previous state.\n\nSetup: add this skill alone. When the user first asks for mindkeeper, the AI will ask for explicit confirmation before installing the mindkeeper-openclaw plugin and restarting the Gateway. User consent is required for plugin install and Gateway restart.\n\nUse this skill when the user asks about changes, history, or versions of their agent context files. The AI learns to use mind_status, mind_history, mind_diff, mind_rollback, and mind_snapshot tools.",
5
5
  "category": "productivity",
6
6
  "tags": ["version-control", "agent", "history", "rollback", "snapshot", "diff", "openclaw"],
7
- "version": "1.2.0",
7
+ "version": "1.2.1",
8
8
  "license": "MIT",
9
9
  "pricing": "free",
10
- "support_url": "https://github.com/seekcontext/mindkeeper/issues",
11
- "homepage": "https://github.com/seekcontext/mindkeeper"
10
+ "homepage": "https://github.com/seekcontext/mindkeeper",
11
+ "repository": "https://github.com/seekcontext/mindkeeper",
12
+ "support_url": "https://github.com/seekcontext/mindkeeper/issues"
12
13
  }