@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.
Files changed (2) hide show
  1. package/README.md +2 -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brainervirus/workit-core",
3
- "version": "0.5.3",
3
+ "version": "0.5.5",
4
4
  "private": false,
5
5
  "description": "Workit — workflow rails for agentic coding: specs, plans, YouTrack, CI-gated commits (shared core)",
6
6
  "license": "MIT",