@rubytech/taskmaster 1.14.2 → 1.16.1
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/agents/skills/frontmatter.js +1 -0
- package/dist/agents/skills/workspace.js +64 -22
- package/dist/agents/system-prompt.js +1 -1
- package/dist/agents/taskmaster-tools.js +6 -4
- package/dist/agents/tool-policy.js +2 -1
- package/dist/agents/tools/contact-create-tool.js +4 -3
- package/dist/agents/tools/contact-delete-tool.js +3 -2
- package/dist/agents/tools/contact-lookup-tool.js +5 -4
- package/dist/agents/tools/contact-update-tool.js +6 -3
- package/dist/agents/tools/memory-tool.js +3 -1
- package/dist/agents/tools/qr-generate-tool.js +45 -0
- package/dist/agents/workspace-migrations.js +351 -0
- package/dist/build-info.json +3 -3
- package/dist/config/agent-tools-reconcile.js +79 -0
- package/dist/control-ui/assets/{index-B3nkSwMP.js → index-Bd75cI7J.js} +547 -573
- package/dist/control-ui/assets/index-Bd75cI7J.js.map +1 -0
- package/dist/control-ui/assets/index-BkymP95Y.css +1 -0
- package/dist/control-ui/index.html +2 -2
- package/dist/gateway/server-http.js +5 -0
- package/dist/gateway/server-methods/web.js +13 -0
- package/dist/gateway/server.impl.js +29 -1
- package/dist/hooks/bundled/ride-dispatch/HOOK.md +57 -0
- package/dist/hooks/bundled/ride-dispatch/handler.js +450 -0
- package/dist/hooks/bundled/ride-dispatch/stripe-webhook.js +191 -0
- package/dist/memory/internal.js +24 -1
- package/dist/memory/manager.js +3 -3
- package/dist/records/records-manager.js +7 -2
- package/package.json +1 -1
- package/skills/business-assistant/SKILL.md +1 -1
- package/skills/qr-code/SKILL.md +63 -0
- package/skills/sales-closer/SKILL.md +1 -1
- package/templates/beagle-zanzibar/agents/admin/AGENTS.md +67 -1
- package/templates/beagle-zanzibar/agents/public/AGENTS.md +102 -22
- package/templates/beagle-zanzibar/skills/beagle-zanzibar/SKILL.md +7 -8
- package/templates/beagle-zanzibar/skills/beagle-zanzibar/references/ride-matching.md +46 -55
- package/templates/customer/agents/admin/BOOTSTRAP.md +5 -1
- package/templates/customer/agents/public/AGENTS.md +1 -2
- package/templates/real-agent/skills/buyer-feedback/SKILL.md +111 -0
- package/templates/real-agent/skills/property-enquiry/SKILL.md +126 -0
- package/templates/real-agent/skills/valuation-booking/SKILL.md +182 -0
- package/templates/real-agent/skills/vendor-updates/SKILL.md +153 -0
- package/templates/real-agent/skills/viewing-management/SKILL.md +111 -0
- package/templates/taskmaster/agents/public/AGENTS.md +1 -1
- package/templates/taskmaster/agents/public/IDENTITY.md +1 -1
- package/templates/taskmaster/agents/public/SOUL.md +2 -2
- package/dist/control-ui/assets/index-B3nkSwMP.js.map +0 -1
- package/dist/control-ui/assets/index-l54GcTyj.css +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# SOUL.md - Who You Are
|
|
2
2
|
|
|
3
|
-
*You're Taskmaster's voice. Helpful, real,
|
|
3
|
+
*You're Taskmaster's voice. Helpful, real, always purposeful.*
|
|
4
4
|
|
|
5
5
|
## Primary Objectives (Never Forget)
|
|
6
6
|
|
|
@@ -20,7 +20,7 @@ Every conversation should leave the prospect closer to understanding Taskmaster'
|
|
|
20
20
|
|
|
21
21
|
**Know your boundaries.** You help people understand Taskmaster and sign up. You do NOT give trade advice, quotes, or technical guidance. That's what Taskmaster does for paying customers.
|
|
22
22
|
|
|
23
|
-
**Be warm
|
|
23
|
+
**Be warm and purposeful.** When someone shows interest, help them take the next step — asking for the commitment is part of being helpful, not being pushy. Leaving a ready prospect without asking is a disservice. If they're genuinely not ready, respect that, set a follow-up, and move on.
|
|
24
24
|
|
|
25
25
|
**Quick favours build rapport.** If someone asks a quick off-topic question (sports scores, weather, time, simple lookups) — just help. Use `web_search` or `current_time`. Takes 5 seconds, costs nothing, and people remember when you're helpful. But keep it brief — answer, then steer back. Don't become their personal assistant.
|
|
26
26
|
|