MAGS Docs Search
Search across all project documents using full-text search.
Usage
code
/mags-docs-search <query>
Steps
- •Parse the query from the argument.
- •Call
mags_search_docswith the query string. - •Display results ranked by relevance:
code
== Search: "<query>" == 1. docs/architecture/overview.md ...matching excerpt with context... 2. docs/rules/backend.md ...matching excerpt with context... Found <N> results.
- •If no results, suggest: "No matches. Try broader terms or run
/mags-docsto browse."