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.
- package/.claude-plugin/plugin.json +1 -1
- package/README.md +4 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -129,17 +129,14 @@ Claude Code에서 플러그인으로 사용하려면 [roboco-io/plugins](https:/
|
|
|
129
129
|
|
|
130
130
|
### 플러그인 업데이트
|
|
131
131
|
|
|
132
|
-
|
|
132
|
+
1. 마켓플레이스 업데이트
|
|
133
133
|
```
|
|
134
|
-
claude plugin update
|
|
134
|
+
claude plugin marketplace update roboco-plugins
|
|
135
135
|
```
|
|
136
136
|
|
|
137
|
-
|
|
138
|
-
```
|
|
139
|
-
/plugin uninstall ralph-mem
|
|
140
|
-
```
|
|
137
|
+
2. 플러그인 업데이트
|
|
141
138
|
```
|
|
142
|
-
|
|
139
|
+
claude plugin update ralph-mem@roboco-plugins
|
|
143
140
|
```
|
|
144
141
|
|
|
145
142
|
업데이트 후 Claude Code를 재시작하면 변경 사항이 적용됩니다.
|