@brianluby/agent-brain 1.1.0 → 1.1.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.
@@ -1,15 +1,15 @@
1
1
  {
2
- "name": "memvid",
3
- "description": "Official Memvid plugins for Claude Code",
2
+ "name": "agent-brain",
3
+ "description": "Official Agent Brain plugins for Claude Code",
4
4
  "owner": {
5
- "name": "Memvid",
6
- "url": "https://memvid.com"
5
+ "name": "Agent Brain",
6
+ "url": "https://github.com/brianluby/agent-brain"
7
7
  },
8
8
  "plugins": [
9
9
  {
10
10
  "name": "mind",
11
11
  "description": "Agent-Brain - Give Claude photographic memory in ONE portable file",
12
- "version": "1.1.0",
12
+ "version": "1.1.1",
13
13
  "source": "./"
14
14
  }
15
15
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mind",
3
3
  "description": "Claude Mind - Give Claude photographic memory in ONE portable file. Share, version, and transfer your Claude's brain.",
4
- "version": "1.1.0",
4
+ "version": "1.1.1",
5
5
  "author": {
6
6
  "name": "Memvid",
7
7
  "url": "https://memvid.com"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brianluby/agent-brain",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Give Claude Code photographic memory in ONE portable file",
5
5
  "type": "module",
6
6
  "main": "dist/opencode/plugin.js",