Get the list of the last 5 PRs for this repository.

For each PR, provide the following information as markdown:

[PR Title](PR URL)

[Two bullet points of the PR]

So for example:

[Always use relevance sorting with text search #114](https://github.com/stormideas/storypilot-backend/pull/114)

* Updated ElasticSortHelper to always use relevance sorting when text search is present, overriding any explicit sort order.
* This ensures search results are always ordered by relevance score for better user experience across all ElasticSearch-based services.

Save this as a markdown file in the `docs/recent-prs` directory.