@fro.bot/systematic 3.2.0 → 3.2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,7 +36,7 @@ Systematic is an [OpenCode](https://opencode.ai/) plugin — and, from v3, a [Pi
36
36
  **OpenCode plugin** — full integration (slash commands, `systematic_skill` tool, agent registration):
37
37
 
38
38
  ```json
39
- { "plugins": ["@fro.bot/systematic@latest"] }
39
+ { "plugin": ["@fro.bot/systematic@latest"] }
40
40
  ```
41
41
 
42
42
  Add that to `~/.config/opencode/opencode.json` and restart OpenCode.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fro.bot/systematic",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Structured engineering workflows for OpenCode",
5
5
  "type": "module",
6
6
  "homepage": "https://fro.bot/systematic",