@rubytech/taskmaster 1.17.13 → 1.17.14

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.17.13",
2
+ "version": "1.17.14",
3
3
  "commit": "b806c020648a8904a76c309c2e8d3b1079fbbc57",
4
- "builtAt": "2026-03-05T19:18:57.455Z"
4
+ "builtAt": "2026-03-05T19:26:06.894Z"
5
5
  }
@@ -274,7 +274,7 @@ export function discoverTaskmasterPlugins(params) {
274
274
  }
275
275
  else {
276
276
  diagnostics.push({
277
- level: "error",
277
+ level: "info",
278
278
  message: `bundled extensions dir not found at ${bundled.resolvedPath ?? "unknown"}`,
279
279
  source: "bundled-dir",
280
280
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/taskmaster",
3
- "version": "1.17.13",
3
+ "version": "1.17.14",
4
4
  "description": "AI-powered business assistant for small businesses",
5
5
  "publishConfig": {
6
6
  "access": "public"