echo "Error: opencode-engos-ai's postinstall script was not run." >&2
echo "" >&2
echo "This occurs when using --ignore-scripts during installation." >&2
echo "" >&2
echo "To fix this, run the postinstall script manually:" >&2
echo "  cd node_modules/opencode-engos-ai && node postinstall.mjs" >&2
echo "" >&2
echo "Or reinstall opencode-engos-ai without the --ignore-scripts flag." >&2
exit 1
