@rubytech/taskmaster 1.26.2 → 1.26.3

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,5 +1,5 @@
1
1
  {
2
- "version": "1.26.2",
3
- "commit": "83d0624d6ee401df6817cd51b41f16150ab2bf98",
4
- "builtAt": "2026-03-07T14:53:03.682Z"
2
+ "version": "1.26.3",
3
+ "commit": "d2aa60b9c0ebf8f17e3744a752a0747f8fdc1184",
4
+ "builtAt": "2026-03-07T17:04:16.109Z"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/taskmaster",
3
- "version": "1.26.2",
3
+ "version": "1.26.3",
4
4
  "description": "AI-powered business assistant for small businesses",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -150,6 +150,10 @@ if [ "$PLATFORM" = "linux" ]; then
150
150
  echo ""
151
151
  echo "Platform setup..."
152
152
 
153
+ # SSH — enable so the device is reachable for remote administration
154
+ as_root systemctl enable --now ssh 2>/dev/null || true
155
+ echo " SSH enabled"
156
+
153
157
  # ffmpeg (PTT voice note normalization)
154
158
  as_root apt-get install -y ffmpeg >/dev/null 2>&1 \
155
159
  && echo " ffmpeg installed" \