ralph-mem 0.1.3 → 0.1.4

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,7 +1,7 @@
1
1
  {
2
2
  "name": "ralph-mem",
3
3
  "description": "Ralph Loop 기반 반복 실행 및 세션 간 컨텍스트 영속성 관리",
4
- "version": "0.1.0",
4
+ "version": "0.1.4",
5
5
  "author": {
6
6
  "name": "roboco-io"
7
7
  },
package/README.md CHANGED
@@ -129,17 +129,14 @@ Claude Code에서 플러그인으로 사용하려면 [roboco-io/plugins](https:/
129
129
 
130
130
  ### 플러그인 업데이트
131
131
 
132
- 방법 1: CLI 명령으로 업데이트 (터미널에서 실행)
132
+ 1. 마켓플레이스 업데이트
133
133
  ```
134
- claude plugin update ralph-mem@roboco-plugins
134
+ claude plugin marketplace update roboco-plugins
135
135
  ```
136
136
 
137
- 방법 2: 재설치 (세션 내에서 실행)
138
- ```
139
- /plugin uninstall ralph-mem
140
- ```
137
+ 2. 플러그인 업데이트
141
138
  ```
142
- /plugin install ralph-mem@roboco-plugins
139
+ claude plugin update ralph-mem@roboco-plugins
143
140
  ```
144
141
 
145
142
  업데이트 후 Claude Code를 재시작하면 변경 사항이 적용됩니다.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ralph-mem",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "type": "module",
5
5
  "description": "Persistent context management plugin for Claude Code with Ralph Loop",
6
6
  "main": "dist/index.js",