claude-plugin-viban 1.3.8 → 1.3.9
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/package.json
CHANGED
package/skills/assign/SKILL.md
CHANGED
|
@@ -136,9 +136,10 @@ Issue #{id} resolved → review
|
|
|
136
136
|
|
|
137
137
|
## CRITICAL
|
|
138
138
|
|
|
139
|
-
> - **NEVER read or write `viban.json` directly** — always use `viban` CLI commands (`viban assign`, `viban get`, `viban list`,
|
|
139
|
+
> - **NEVER read or write `viban.json` directly** — always use `viban` CLI commands (`viban assign`, `viban get`, `viban list`, etc.)
|
|
140
|
+
> - **FORBIDDEN: `viban done`** — do NOT use `viban done` or `viban done --remove`. Cards must go to review, not done.
|
|
140
141
|
> - **MUST create a PR** via `gh pr create` unless the workflow explicitly says "stop before PR".
|
|
141
|
-
> - **MUST call `viban review`** after PR creation.
|
|
142
|
+
> - **MUST call `viban review`** after PR creation. This is the ONLY way to finish. Do NOT use any other status change.
|
|
142
143
|
> - **MUST include PR URL** in the completion report. No URL = not done.
|
|
143
144
|
|
|
144
145
|
## CLI Reference
|
|
@@ -147,6 +148,4 @@ Issue #{id} resolved → review
|
|
|
147
148
|
|---------|-------------|
|
|
148
149
|
| `viban assign [session]` | Assign issue |
|
|
149
150
|
| `viban get <id>` | View issue |
|
|
150
|
-
| `viban
|
|
151
|
-
| `viban done <id> --remove` | Delete card permanently |
|
|
152
|
-
| `viban review [id]` | Move to review |
|
|
151
|
+
| `viban review [id]` | Move to review (use this to finish) |
|