@fro.bot/systematic 2.29.0 → 2.30.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 +10 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -33,13 +33,21 @@ Systematic is an [OpenCode](https://opencode.ai/) plugin that ships 40+ bundled
|
|
|
33
33
|
|
|
34
34
|
## Quick Install
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
**OpenCode plugin** — full integration (slash commands, `systematic_skill` tool, agent registration):
|
|
37
37
|
|
|
38
38
|
```json
|
|
39
39
|
{ "plugins": ["@fro.bot/systematic@latest"] }
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
-
|
|
42
|
+
Add that to `~/.config/opencode/opencode.json` and restart OpenCode.
|
|
43
|
+
|
|
44
|
+
**`npx skills`** — portable skill content for any AI harness (Claude Code, Cursor, Copilot, …):
|
|
45
|
+
|
|
46
|
+
```bash
|
|
47
|
+
npx skills add marcusrbrown/systematic
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
Use the plugin if you're on OpenCode and want the complete experience. Use `npx skills` if you want the skill Markdown files dropped into whatever harness you're running.
|
|
43
51
|
|
|
44
52
|
## First Workflow
|
|
45
53
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fro.bot/systematic",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.30.1",
|
|
4
4
|
"description": "Structured engineering workflows for OpenCode",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://fro.bot/systematic",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@semantic-release/exec": "7.1.0",
|
|
72
72
|
"@types/bun": "latest",
|
|
73
73
|
"@types/js-yaml": "4.0.9",
|
|
74
|
-
"@types/node": "24.
|
|
74
|
+
"@types/node": "24.13.0",
|
|
75
75
|
"ajv": "8.20.0",
|
|
76
76
|
"ajv-formats": "3.0.1",
|
|
77
77
|
"conventional-changelog-conventionalcommits": "9.3.1",
|