@brainervirus/workit-cursor 0.4.0 → 0.5.0
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 +22 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# @brainervirus/workit-cursor
|
|
2
|
+
|
|
3
|
+
Cursor plugin for workit — MCP server, hooks, rules, and skills for agentic coding workflows (specs, plans, YouTrack, CI-gated commits).
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
Run the installer (recommended) or add the MCP server manually:
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
npx @brainervirus/workit-cli init
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## What it provides
|
|
14
|
+
|
|
15
|
+
- MCP server (41 `workflow_*` tools)
|
|
16
|
+
- Session-start contract hook
|
|
17
|
+
- Canonical rules (locale, branch policy, doc delivery)
|
|
18
|
+
- The same 12 `wk-*` skills as OpenCode
|
|
19
|
+
|
|
20
|
+
## Docs
|
|
21
|
+
|
|
22
|
+
Full usage: https://github.com/BrainerVirus/workit#readme
|
package/package.json
CHANGED