@fro.bot/systematic 2.13.3 → 2.14.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 +1 -1
- package/dist/cli.js +1 -1
- package/dist/{index-3xnyeknn.js → index-7100fhg3.js} +15547 -15543
- package/dist/index.js +193 -150
- package/dist/lib/bootstrap.d.ts +8 -3
- package/dist/lib/skill-catalog.d.ts +33 -0
- package/package.json +3 -3
- package/skills/using-systematic/SKILL.md +2 -2
package/README.md
CHANGED
|
@@ -402,7 +402,7 @@ The plugin exposes one tool to OpenCode:
|
|
|
402
402
|
|------|-------------|
|
|
403
403
|
| `systematic_skill` | Load Systematic bundled skills by name. Lists available skills in its description and returns formatted skill content when invoked. |
|
|
404
404
|
|
|
405
|
-
For non-Systematic skills (project or user-level), use OpenCode's
|
|
405
|
+
For non-Systematic skills (project or user-level), use OpenCode's `skill` tool.
|
|
406
406
|
|
|
407
407
|
## How It Works
|
|
408
408
|
|