opencode-lisa 0.1.0 → 0.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.
package/README.md CHANGED
@@ -27,7 +27,15 @@ The **Ralph Wiggum pattern** is a simple bash loop that keeps feeding prompts to
27
27
  npm install opencode-lisa
28
28
  ```
29
29
 
30
- Requires [OpenCode](https://opencode.ai).
30
+ Add to your `opencode.json`:
31
+
32
+ ```json
33
+ {
34
+ "plugin": ["opencode-lisa"]
35
+ }
36
+ ```
37
+
38
+ Restart OpenCode. Requires [OpenCode](https://opencode.ai).
31
39
 
32
40
  ## Usage
33
41