@rubytech/taskmaster 1.0.12 → 1.0.13

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.0.12",
3
- "commit": "6dc7c493b6d2366a818b586385a62ef76901bb16",
4
- "builtAt": "2026-02-15T17:45:58.862Z"
2
+ "version": "1.0.13",
3
+ "commit": "6fc1827ae47309649cd3752f4a0a9c5bca3786c5",
4
+ "builtAt": "2026-02-15T18:37:21.651Z"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/taskmaster",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "AI-powered business assistant for small businesses",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -29,7 +29,7 @@ Then open your web browser on any device connected to the same WiFi and go to:
29
29
 
30
30
  **http://taskmaster.local:18789**
31
31
 
32
- ### Option B: Install on a Raspberry Pi yourself
32
+ ### Option B: Install on a Raspberry Pi (or any Linux OS) yourself
33
33
 
34
34
  You'll need a Raspberry Pi running Raspberry Pi OS with an internet connection (ethernet or WiFi).
35
35
 
@@ -210,7 +210,9 @@ You can add more admin numbers on the **Admins** page — for example, your pers
210
210
 
211
211
  ## Using Your Assistant
212
212
 
213
- Once setup is complete:
213
+ Once setup is complete, **open the Chat page and say hello**. Your assistant will introduce itself and ask a few questions about you and your business — this is how it learns who you are and what you do. A simple "hi" is all it takes to get started.
214
+
215
+ After that first conversation:
214
216
 
215
217
  - **Customers message your WhatsApp** → The public assistant responds automatically
216
218
  - **You open the Chat page** → You're talking to your admin assistant directly
@@ -839,7 +841,7 @@ You need the IP address to connect from another device on your network (e.g., SS
839
841
  - **After install (custom port):** Run `ping -c 1 taskmaster-19000.local` — when using `--port 19000`, the hostname includes the port
840
842
  - **Router:** Check your router's admin page (usually `192.168.1.1`) — look for a device called "taskmaster" or "raspberrypi" in the connected devices list
841
843
 
842
- Once you have the IP, you can access the setup page at `http://<your-pi-ip>:18789/setup` or connect via SSH with `ssh pi@<your-pi-ip>`.
844
+ Once you have the IP, you can access the setup page at `http://<your-pi-ip>:18789/setup` or connect via SSH with `ssh admin@<your-pi-ip>`.
843
845
 
844
846
  ---
845
847