@mndrk/memx 0.3.0 → 0.3.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.
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  Persistent memory for AI agents. Git-backed, branch-per-task, CLI interface.
4
4
 
5
5
  ```bash
6
- npm install -g @mnrdk/memx
6
+ npm install -g @mndrk/memx
7
7
  ```
8
8
 
9
9
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mndrk/memx",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Persistent memory for AI agents - git-backed, branch-per-task, CLI interface",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -18,7 +18,7 @@
18
18
  "llm",
19
19
  "context"
20
20
  ],
21
- "author": "mnrdk",
21
+ "author": "Mendrika Ramarlina",
22
22
  "license": "MIT",
23
23
  "repository": {
24
24
  "type": "git",
@@ -1,7 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "Bash(npm whoami:*)"
5
- ]
6
- }
7
- }