Use to enable and operate rag-rat's optional AI memory-maintenance passes — the dream --verify / --compact model turns that verify repo memories (flag claims that no longer hold) and compact them (shorter summaries). Off by default. This configures [llm.dream] / [llm.dream.remote] (a chat model, over a Connect…
Use when asked to review, triage, or resolve rag-rat "dream" findings — the memory-maintenance worklist the dream tool produces. Walks the open findings and, per kind, either fixes the underlying memory / coverage gap (which resolves the finding at the root) or records an accept / dismiss verdict with dreamreview.…
Use to set up rag-rat in a repository that is not indexed yet — when the rag-rat MCP server is DORMANT (its tools return {"status":"noindex"} with a "Run rag-rat init … then restart" remedy), or when the user asks to initialize / configure / "set up rag-rat" / "index this repo" / choose an embedding backend. Drives…
Apply rag-rat's Rust style when writing or reviewing Rust: current stable idioms, module-qualified free functions and constants, explicit persistence contracts, and narrow APIs.
Use when working in a repository indexed by rag-rat (a rag-rat.toml at the root and a rag-rat MCP server available). Establishes the working rule: reach for the rag-rat MCP tools (semanticsearch, symbollookup, impactsurface, findcallers/tracecallees, repobrief, importantsymbols) to FIND and UNDERSTAND code before…
Instructions for cq27-dev/rag-rat, covering agents.md, prefer the rag-rat mcp for code browsing, record durable learnings as rag-rat memories, repo orientation and worktree correctness.
Instructions for cq27-dev/rag-rat, a project described as: Local repo-intelligence index + MCP server: semantic search, symbol/graph navigation, impact-surface preflight, git + GitHub papertrail, and a source-anchored memory graph.
Runs before the agent uses a tool for ^Bash$ and ^apply_patch$ tool calls, executing launch.js via node with --no-install (2 commands). From cq27-dev/rag-rat.
CLI and MCP entrypoint for indexing repositories into local source, graph, history, and memory evidence. Runs locally from the @rag-rat/bin npm package.