search_project
Search project documentation and management files using semantic queries with intent detection. Map natural language to application docs, decisions, plans, or todos for relevant results.
Instructions
Search across project sources with smart intent detection. IMPORTANT: "project docs" means APPLICATION documentation (docs/ + DECISIONS.md), NOT project management. Use intent "project_docs" when user says "project docs/documents/documentation" to search application documentation. Use intent "plan" for project management (status, todos, roadmap, backlog).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query. Can be a single word, multiple words, or a phrase. The search is semantic and will find relevant content even with partial matches. | |
| intent | No | Intent type to map to sources. "project_docs" searches docs/ + DECISIONS.md (application documentation). "docs" searches only docs/. "plan/todos/roadmap/status/operational" searches .project/ (project management). "project" searches everything. "decisions" searches only DECISIONS.md. | |
| maxResults | No | Maximum number of results to return. Default is 10, maximum is 50. |