@principal-ai/principal-view-cli 0.14.56 → 0.14.57

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/index.cjs CHANGED
@@ -252823,7 +252823,7 @@ Each workflow must have a unique spanPattern. Consider:
252823
252823
  path: "canvas",
252824
252824
  message: `Referenced canvas file does not exist: ${workflow.canvas}`,
252825
252825
  impact: "Cannot validate event references without the canvas",
252826
- suggestion: "Ensure the canvas field points to a valid .otel.canvas file",
252826
+ suggestion: `Canvas paths must be relative to the repository root, not the workflow file. Use a path like ".principal-views/your-storyboard/canvas.otel.canvas" instead of relative paths like "../canvas.otel.canvas"`,
252827
252827
  fixable: false
252828
252828
  });
252829
252829
  }