@jonit-dev/night-watch-cli 1.7.39 → 1.7.40

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.
@@ -109,7 +109,7 @@ if [ "${NW_BOARD_ENABLED:-}" = "true" ]; then
109
109
  ISSUE_TITLE_RAW=$(printf '%s' "${ISSUE_JSON}" | jq -r '.title // empty' 2>/dev/null || true)
110
110
  ISSUE_BODY=$(printf '%s' "${ISSUE_JSON}" | jq -r '.body // empty' 2>/dev/null || true)
111
111
  else
112
- ISSUE_JSON=$(find_eligible_board_issue)
112
+ ISSUE_JSON=$(find_eligible_board_issue) || true
113
113
  if [ -z "${ISSUE_JSON}" ]; then
114
114
  log "SKIP: No eligible issues in Ready column (board mode)"
115
115
  emit_result "skip_no_eligible_prd"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jonit-dev/night-watch-cli",
3
- "version": "1.7.39",
3
+ "version": "1.7.40",
4
4
  "description": "Autonomous PRD execution using AI Provider CLIs + cron",
5
5
  "type": "module",
6
6
  "bin": {
@@ -46,8 +46,6 @@
46
46
  "url": "https://github.com/jonit-dev/night-watch-cli/issues"
47
47
  },
48
48
  "dependencies": {
49
- "@slack/socket-mode": "^2.0.3",
50
- "@slack/web-api": "^7.14.1",
51
49
  "better-sqlite3": "^12.6.2",
52
50
  "blessed": "^0.1.81",
53
51
  "chalk": "^5.6.2",