chief-clancy 0.1.3 → 0.1.4

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": "chief-clancy",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Autonomous, board-driven development for Claude Code — scaffolds docs, integrates Kanban boards, runs tickets in a loop.",
5
5
  "keywords": [
6
6
  "claude",
@@ -43,7 +43,7 @@ General
43
43
 
44
44
  {If Jira:}
45
45
  Jira
46
- [4] Status filter {CLANCY_JQL_STATUS:-To Do}
46
+ [4] Queue status {CLANCY_JQL_STATUS:-To Do}
47
47
  [5] Sprint filter {on if CLANCY_JQL_SPRINT set, else off}
48
48
  [6] Label filter {CLANCY_LABEL if set, else off — only pick up tickets with this label}
49
49
 
@@ -62,7 +62,7 @@ Optional enhancements
62
62
  Which setting would you like to change?
63
63
  ```
64
64
 
65
- Number each option sequentially. Show only the board-specific section that matches the configured board. If Jira: show [4] status, [5] sprint, [6] label. If Linear: show [4] label. If GitHub: no board-specific options.
65
+ Number each option sequentially. Show only the board-specific section that matches the configured board. If Jira: show [4] queue status, [5] sprint, [6] label. If Linear: show [4] label. If GitHub: no board-specific options.
66
66
 
67
67
  ---
68
68