diff --git a/understand-anything-plugin/skills/understand/SKILL.md b/understand-anything-plugin/skills/understand/SKILL.md index 9e0b8b0..fb8918a 100644 --- a/understand-anything-plugin/skills/understand/SKILL.md +++ b/understand-anything-plugin/skills/understand/SKILL.md @@ -50,7 +50,11 @@ Determine whether to run a full analysis or incremental update. done if [ -z "$PLUGIN_ROOT" ]; then - echo "Error: Cannot find the understand-anything plugin root. Make sure the plugin is installed and that ~/.understand-anything-plugin exists." + echo "Error: Cannot find the understand-anything plugin root." + echo "Checked:" + echo " - $HOME/.understand-anything-plugin" + echo " - ${SELF_RELATIVE:-}" + echo "Make sure the plugin is installed correctly." exit 1 fi