@brainervirus/workit-core 0.5.3 → 0.5.5
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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ npm i @brainervirus/workit-core # shared core (skills, commands, scripts)
|
|
|
26
26
|
npm i @brainervirus/workit-opencode # OpenCode plugin (thin over the core)
|
|
27
27
|
npm i @brainervirus/workit-cursor # Cursor plugin (MCP + hooks + rules)
|
|
28
28
|
npm i @brainervirus/workit-cli # interactive wizard
|
|
29
|
-
npx workit init
|
|
29
|
+
npx @brainervirus/workit-cli init
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
**Local development** — use the repo path instead; no package cache, disk is the source of truth:
|
|
@@ -39,7 +39,7 @@ bun i
|
|
|
39
39
|
|
|
40
40
|
## Usage
|
|
41
41
|
|
|
42
|
-
Manual setup for those who skipped the wizard (`npx workit init`):
|
|
42
|
+
Manual setup for those who skipped the wizard (`npx @brainervirus/workit-cli init`):
|
|
43
43
|
|
|
44
44
|
**OpenCode** — reference the plugin entry in `opencode.json` / `opencode.jsonc` (`~/.config/opencode/opencode.json`):
|
|
45
45
|
|
package/package.json
CHANGED