---
name: searching-blog-posts
description:
  Search blog posts to find information about the project. Use when looking for documentation or information about this
  project.
allowed-tools: Read, Glob, Grep
---

We maintain a project blog to share information about the project with all contributors. This provides a more flexible,
convenient alternative to structured documentation.

The blog is maintained as a series of Markdown files in the @project-blog/ directory.

**Files in project-blog/**

!`ls project-blog/`

## Search strategy

1. Start by listing files in `project-blog/` to see available posts. Scan filenames for relevance to the query.
2. Use Grep to search across all posts for keywords and phrases related to the query.
3. Read the most relevant posts in full to gather detailed information.
4. If initial keywords do not produce results, try synonyms or related terms before concluding that no information is
   available.
