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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "viban",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "Terminal Kanban TUI for AI-human collaborative issue tracking",
5
5
  "author": {
6
6
  "name": "happy-nut"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-plugin-viban",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "Terminal Kanban TUI for AI-human collaborative issue tracking",
5
5
  "main": "bin/viban",
6
6
  "bin": {
@@ -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`, `viban done`, etc.)
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. Do NOT finish without moving the issue to review.
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 done <id>` | Mark as done (non-destructive) |
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) |