@rubytech/taskmaster 1.0.44 → 1.0.46
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/dist/browser/routes/screencast.js +22 -2
- package/dist/browser/screencast.js +9 -1
- package/dist/build-info.json +3 -3
- package/dist/control-ui/assets/{index-CpAWYZjj.js → index-BGyGg5oT.js} +172 -163
- package/dist/control-ui/assets/index-BGyGg5oT.js.map +1 -0
- package/dist/control-ui/assets/index-CBnatXwP.css +1 -0
- package/dist/control-ui/index.html +2 -2
- package/dist/gateway/server-methods/browser-screencast.js +25 -5
- package/extensions/diagnostics-otel/node_modules/.bin/acorn +0 -0
- package/extensions/googlechat/node_modules/.bin/taskmaster +0 -0
- package/extensions/line/node_modules/.bin/taskmaster +0 -0
- package/extensions/matrix/node_modules/.bin/markdown-it +0 -0
- package/extensions/matrix/node_modules/.bin/taskmaster +0 -0
- package/extensions/memory-lancedb/node_modules/.bin/arrow2csv +0 -0
- package/extensions/memory-lancedb/node_modules/.bin/openai +0 -0
- package/extensions/msteams/node_modules/.bin/taskmaster +0 -0
- package/extensions/nostr/node_modules/.bin/taskmaster +0 -0
- package/extensions/nostr/node_modules/.bin/tsc +0 -0
- package/extensions/nostr/node_modules/.bin/tsserver +0 -0
- package/extensions/zalo/node_modules/.bin/taskmaster +0 -0
- package/extensions/zalouser/node_modules/.bin/taskmaster +0 -0
- package/package.json +64 -54
- package/scripts/install.sh +0 -0
- package/skills/google-ai/references/browser-setup.md +2 -0
- package/skills/tavily/references/browser-setup.md +1 -0
- package/taskmaster-docs/USER-GUIDE.md +7 -4
- package/templates/customer/agents/admin/BOOTSTRAP.md +49 -12
- package/dist/control-ui/assets/index-CpAWYZjj.js.map +0 -1
- package/dist/control-ui/assets/index-D5w5UtCL.css +0 -1
- package/templates/.DS_Store +0 -0
- package/templates/customer/.DS_Store +0 -0
- package/templates/customer/agents/.DS_Store +0 -0
- package/templates/taskmaster/.gitignore +0 -1
|
@@ -16,7 +16,7 @@ Explain that there's a second assistant — the **public agent** — that handle
|
|
|
16
16
|
|
|
17
17
|
Ask conversationally, one thing at a time:
|
|
18
18
|
- **Owner's name** (the person you're talking to)
|
|
19
|
-
- **Phone number** (international format, e.g., +44
|
|
19
|
+
- **Phone number** — their personal mobile number (international format, e.g., +44 7591 215452). This is *not* the WhatsApp number they'll pair later — it's the owner's own contact number for business records.
|
|
20
20
|
- **Business name**
|
|
21
21
|
- **Location**
|
|
22
22
|
- **Working hours**
|
|
@@ -43,33 +43,70 @@ All other files (SOUL.md, AGENTS.md, etc.) are already generic and reference USE
|
|
|
43
43
|
|
|
44
44
|
## Step 5: Authorize Admin Devices
|
|
45
45
|
|
|
46
|
-
|
|
46
|
+
At this point, WhatsApp has not been paired yet — that happens later via the Setup page. No phone numbers have admin access yet.
|
|
47
47
|
|
|
48
|
-
|
|
48
|
+
Ask the owner whether they'd like to register their personal phone number (the one they gave you in Step 3) as an **admin device**. Explain what this means: when they message from that number via WhatsApp, they'll get full admin access to you rather than being treated as a customer.
|
|
49
|
+
|
|
50
|
+
If they confirm, use the `authorize_admin` tool with their phone number (international format with no spaces, e.g., +447504472444). Do not assume any number is already authorized — always call `authorize_admin` explicitly and confirm success to the user.
|
|
51
|
+
|
|
52
|
+
If they have additional phone numbers they want to authorize (e.g., a business partner), authorize those too.
|
|
49
53
|
|
|
50
54
|
## Step 6: Help with API Keys
|
|
51
55
|
|
|
52
|
-
Two free API keys unlock important capabilities. Offer to
|
|
56
|
+
Two free API keys unlock important capabilities. Offer to walk the admin through getting them — you can use the browser to guide them through signup and show screenshots so they can follow along.
|
|
53
57
|
|
|
54
|
-
- **Tavily** (web search) — load the `tavily` skill's `references/browser-setup.md` and follow its steps
|
|
55
58
|
- **Google AI** (voice notes + video) — load the `google-ai` skill's `references/browser-setup.md` and follow its steps
|
|
59
|
+
- **Tavily** (web search) — load the `tavily` skill's `references/browser-setup.md` and follow its steps. The admin can use the same Google email they just set up to register.
|
|
56
60
|
|
|
57
|
-
If the admin prefers to do it themselves,
|
|
61
|
+
If the admin prefers to do it themselves later, they can manage API keys through the **Setup page** (API Keys section) — this requires logging in with the **admin PIN**, not an account PIN. Direct them to [app.tavily.com](https://app.tavily.com) for Tavily and [aistudio.google.com](https://aistudio.google.com) for Google AI.
|
|
58
62
|
|
|
59
63
|
These keys are optional — the assistant works without them. Don't pressure. If the admin wants to skip this and come back later, that's fine.
|
|
60
64
|
|
|
61
|
-
|
|
65
|
+
If they need help with anything at all — setup, API keys, or general questions — suggest they reach out to **Dave at Taskmaster** via WhatsApp: [wa.me/447591215452](https://wa.me/447591215452).
|
|
66
|
+
|
|
67
|
+
## Step 7: Rename the Account
|
|
68
|
+
|
|
69
|
+
The default account is called "taskmaster" in the Setup page header. Suggest the owner renames it to their business name or assistant name — they can do this by tapping the edit icon next to the account name at the top of the Setup page.
|
|
70
|
+
|
|
71
|
+
**Important:** This only changes the display name. Do **not** rename any folders in the filesystem — that will break the system.
|
|
72
|
+
|
|
73
|
+
## Step 8: Set an Account PIN
|
|
74
|
+
|
|
75
|
+
Suggest the owner sets an **account PIN** for their account. Explain the difference:
|
|
76
|
+
|
|
77
|
+
- The **admin PIN** was set during initial setup (the very first screen). It unlocks full access to all accounts and device settings.
|
|
78
|
+
- An **account PIN** is specific to one account. It lets someone access only that account without seeing others. This matters if they later add more accounts or share the device with a business partner.
|
|
79
|
+
|
|
80
|
+
They can set the account PIN on the Setup page — look for the **Account PIN** row and tap **Set PIN**.
|
|
81
|
+
|
|
82
|
+
## Step 9: Pair WhatsApp
|
|
83
|
+
|
|
84
|
+
The assistant can't receive customer messages until a WhatsApp number is paired. Explain this to the owner:
|
|
85
|
+
|
|
86
|
+
> "Everything's configured — but to start receiving customer messages, you need to pair a WhatsApp number. This is the business phone number that customers will message. It can be the same phone you use personally, or a separate business number."
|
|
87
|
+
|
|
88
|
+
Guide them to do this via the Setup page:
|
|
89
|
+
|
|
90
|
+
1. Go to the **Setup page** and find the **WhatsApp** row
|
|
91
|
+
2. Tap **Link WhatsApp** (or **Relink WhatsApp** if re-pairing)
|
|
92
|
+
3. Follow the QR code pairing flow on their phone
|
|
93
|
+
|
|
94
|
+
Once paired, any message to that WhatsApp number from an unrecognized number goes to the **public agent**. Messages from authorized admin numbers (like the one registered in Step 5) go to the **admin agent** instead.
|
|
95
|
+
|
|
96
|
+
If they're not ready to pair now, that's fine — they can do it anytime from the Setup page. Everything else is already configured and waiting.
|
|
97
|
+
|
|
98
|
+
## Step 10: Explain What's Next
|
|
62
99
|
|
|
63
100
|
Tell them:
|
|
64
|
-
- They can message anytime to update business info
|
|
65
|
-
-
|
|
66
|
-
-
|
|
101
|
+
- They can message you anytime to update business info, ask questions, or configure settings
|
|
102
|
+
- Once WhatsApp is paired, customers who message the business number will talk to the public assistant automatically
|
|
103
|
+
- Messages from their authorized phone number will reach you (the admin assistant) instead
|
|
67
104
|
- You'll learn their business as you go
|
|
68
105
|
|
|
69
|
-
## Step
|
|
106
|
+
## Step 11: Delete This File
|
|
70
107
|
|
|
71
108
|
Once setup is complete, create a file called `.bootstrap-done` in this directory (empty content is fine), then delete this file. The `.bootstrap-done` marker prevents this onboarding from reappearing.
|
|
72
109
|
|
|
73
110
|
---
|
|
74
111
|
|
|
75
|
-
**Remember:** Be conversational, not robotic. This is
|
|
112
|
+
**Remember:** Be conversational, not robotic. This is a chat, not a form. Ask one thing at a time.
|