@rubytech/taskmaster 1.12.2 → 1.12.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.12.2",
3
- "commit": "fbdb63476b89e240f906d24767712cbd3c60d8d0",
4
- "builtAt": "2026-03-02T19:00:42.657Z"
2
+ "version": "1.12.3",
3
+ "commit": "3cb091fd087b2e5768cafce7e369b258e4130f0c",
4
+ "builtAt": "2026-03-02T19:12:56.794Z"
5
5
  }
@@ -283,8 +283,8 @@ export const tailscaleHandlers = {
283
283
  combined.includes("not enabled on your tailnet")) {
284
284
  const enableUrlMatch = combined.match(/https:\/\/login\.tailscale\.com\/f\/serve\S*/);
285
285
  const enableUrl = enableUrlMatch?.[0] ?? "https://login.tailscale.com/admin/machines";
286
- context.logGateway.warn(`tailscale.serve.enable: Serve not enabled on tailnet`);
287
- respond(false, { enableUrl }, errorShape(ErrorCodes.INVALID_REQUEST, "Serve is not enabled on your Tailscale account. Open the link in the browser to enable it, then try again."));
286
+ context.logGateway.warn(`tailscale.serve.enable: Serve not enabled on tailnet — enable at ${enableUrl}`);
287
+ respond(false, { enableUrl }, errorShape(ErrorCodes.INVALID_REQUEST, `Serve is not enabled on your Tailscale account. Enable it here: ${enableUrl}`));
288
288
  return;
289
289
  }
290
290
  context.logGateway.warn(`tailscale.serve.enable pre-flight failed: ${combined.slice(0, 500)}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/taskmaster",
3
- "version": "1.12.2",
3
+ "version": "1.12.3",
4
4
  "description": "AI-powered business assistant for small businesses",
5
5
  "publishConfig": {
6
6
  "access": "public"