mesh-search — Unified search across all mesh state
mesh search|find [query] [--scope ledgers|commons|tools|docs|all] [--format json|text]
# mesh-search
Unified full-text search across all mesh state — ledgers, commons, tool source, docs, and configs.
## Commands
- `mesh search query <term> [--scope SCOPE] [--limit N]` — search with optional scope filter
- `mesh search recent <term>` — results sorted newest-first
- `mesh search context <term>` — show surrounding lines for matches
- `mesh search index` — build/refresh index stats
- `mesh search stats` — show file counts per scope
## Scopes
ledgers, commons, tools, docs, configs, all (default)
## Location
`tools/mesh-search/search.sh`
## Tags
search, query, discovery, observability