@brainervirus/workit-opencode 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-opencode
|
|
2
|
+
|
|
3
|
+
OpenCode plugin for workit — workflow rails for agentic coding (specs, plans, YouTrack, CI-gated commits).
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
```jsonc
|
|
8
|
+
// opencode.json
|
|
9
|
+
{
|
|
10
|
+
"plugin": ["@brainervirus/workit-opencode"]
|
|
11
|
+
}
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## What it provides
|
|
15
|
+
|
|
16
|
+
- 12 `wk-*` commands (wk-init, wk-pr, wk-implement, wk-issue-update, ...)
|
|
17
|
+
- Per-turn enforcement rails (contract reminder, doc rendering, self-review gates, config guard)
|
|
18
|
+
- YouTrack/VCS integration with path-based workspaces
|
|
19
|
+
|
|
20
|
+
## Docs
|
|
21
|
+
|
|
22
|
+
Full usage: https://github.com/BrainerVirus/workit#readme
|