@rubytech/taskmaster 1.0.1 → 1.0.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.0.1",
3
- "commit": "68e929bd6889026dcdd294fee61a7e4e4f352ecc",
4
- "builtAt": "2026-02-14T19:20:49.238Z"
2
+ "version": "1.0.3",
3
+ "commit": "f5ee9266aae9d8aa35a658d4cc7d946a75ddf524",
4
+ "builtAt": "2026-02-14T19:48:12.948Z"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/taskmaster",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "AI-powered business assistant for small businesses",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -33,7 +33,7 @@ Then open your web browser on any device connected to the same WiFi and go to:
33
33
 
34
34
  You'll need a Raspberry Pi running Raspberry Pi OS with an internet connection (ethernet or WiFi).
35
35
 
36
- **If you have a monitor and keyboard connected to the Pi:**
36
+ You'll need a monitor, keyboard, and mouse connected to the Pi.
37
37
 
38
38
  1. Open **Terminal** from the desktop taskbar (or press Ctrl+Alt+T)
39
39
  2. Run:
@@ -47,24 +47,7 @@ curl -fsSL https://taskmaster.bot/install.sh | bash
47
47
 
48
48
  You can also access the setup page from any other device on the same network at **http://taskmaster.local:18789/setup**.
49
49
 
50
- **If you're connecting remotely (SSH):**
51
-
52
- 1. Find your Pi's IP address (see "Finding Your Pi's IP Address" below)
53
- 2. From your Mac or PC, open a terminal and run:
54
-
55
- ```
56
- ssh pi@<your-pi-ip>
57
- ```
58
-
59
- 3. Once connected, run:
60
-
61
- ```
62
- curl -fsSL https://taskmaster.bot/install.sh | bash
63
- ```
64
-
65
- 4. Open a browser on your Mac/PC and go to: **http://taskmaster.local:18789/setup**
66
-
67
- > After installation, Taskmaster runs in the background and starts automatically when the Pi restarts. You can disconnect the monitor or close the SSH session.
50
+ > After installation, Taskmaster runs in the background and starts automatically when the Pi restarts. You can disconnect the monitor and keyboard.
68
51
 
69
52
  ### Option C: Install on a Mac
70
53
 
@@ -823,9 +806,9 @@ You need the IP address to connect from another device on your network (e.g., SS
823
806
 
824
807
  **From your Mac or PC** (without a monitor on the Pi):
825
808
 
826
- - **Mac:** Open Terminal and run `ping taskmaster.local` — the IP appears in the response
827
- - **Mac/PC:** Check your router's admin page (usually `192.168.1.1`)look for a device called "taskmaster" or "raspberrypi" in the connected devices list
828
- - **Mac:** Run `arp -a | grep raspberry` or `dns-sd -B _http._tcp` to find devices broadcasting on the network
809
+ - **Before install:** Run `ping -c 1 raspberrypi.local` — a fresh Pi advertises this hostname by default
810
+ - **After install:** Run `ping -c 1 taskmaster.local` — the install changes the hostname to `taskmaster`
811
+ - **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
829
812
 
830
813
  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>`.
831
814