claude-plugin-viban 1.0.26 → 1.0.27

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-plugin-viban",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "Terminal Kanban TUI for AI-human collaborative issue tracking",
5
5
  "main": "bin/viban",
6
6
  "bin": {
@@ -22,7 +22,7 @@ declare -a CHORES=()
22
22
  declare -a OTHERS=()
23
23
 
24
24
  # Parse commits
25
- while IFS= read -r line; do
25
+ while IFS= read -r line || [[ -n "$line" ]]; do
26
26
  [[ -z "$line" ]] && continue
27
27
 
28
28
  # Extract commit message (remove hash prefix if present)