List all documents indexed in the RAG Research database
/plugin marketplace add docutray/docutray-claude-code-plugins/plugin install rag-research@docutray-plugins[filter]# List Reference Documents
List all documents that have been indexed in the RAG Research database. Optionally filter by a search term that matches document titles or paths.
## Instructions
1. Run the list command: `uv run --directory ${CLAUDE_PLUGIN_ROOT} rag-research --project-dir "$PWD" list`
2. If a filter term is provided: `uv run --directory ${CLAUDE_PLUGIN_ROOT} rag-research --project-dir "$PWD" list --filter "$ARGUMENTS"`
3. Display the results in a clear format
## Command Examples
## Output Format
The command displays:
- **ID**: Unique document identifier (for use with other...