@fro.bot/systematic 1.16.0 → 1.16.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 +2 -1
- 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
|
|