ask.md
commands/ask.md
Ask the current project's Tesserae graph a question. Returns an LLM-planned, cited answer over the compiled knowledge graph by default (tesserae ask --no-llm gives ranked search hits only; explicit RAG-Anything retrieval lives on tesserae query --backend raganything). Quote the question if it contains spaces — the wrapper script strips one matching pair of surrounding quotes before forwarding to the CLI.
Example: /tesserae:ask "what did we decide about extractor dedup?"
!${CLAUDE_PLUGIN_ROOT}/scripts/tesserae-ask.sh "$ARGUMENTS"