@fro.bot/systematic 1.16.0 → 1.16.2

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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -84,7 +84,8 @@ ocx add systematic/skills # All 11 skills
84
84
  ocx add systematic/agents # All 24 agents
85
85
  ocx add systematic/commands # All 9 commands
86
86
 
87
- # Or use a profile
87
+ # Or use a profile (requires --global registry)
88
+ ocx registry add https://fro.bot/systematic --name systematic --global
88
89
  ocx profile add sys --from systematic/standalone
89
90
  ```
90
91
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fro.bot/systematic",
3
- "version": "1.16.0",
3
+ "version": "1.16.2",
4
4
  "description": "Structured engineering workflows for OpenCode",
5
5
  "type": "module",
6
6
  "homepage": "https://fro.bot/systematic",