Problem
The RAG corpus is currently populated with ~112 internal developer documents (PRPs, ADRs, docs/_base/*, phase docs). The RAG Assistant and the Knowledge page therefore surface developer internals rather than clean, end-user-facing documentation.
Proposed change
- Reset the RAG corpus (delete all current sources).
- Add a small set of curated, user-facing topic guides under
docs/user-guide/:
getting-started.md, dashboard-guide.md, feature-reference.md, agents-and-rag-guide.md
- Synthesized from existing repo material (README, DEV_GUIDE, API_CONTRACTS, PHASE docs, feature slices, frontend pages) with fresh, plain-language explanation.
- Index only these guides into the corpus via
POST /rag/index.
End state: the corpus contains exactly the four user guides; the RAG Assistant cites real end-user documentation.
Problem
The RAG corpus is currently populated with ~112 internal developer documents (PRPs, ADRs,
docs/_base/*, phase docs). The RAG Assistant and the Knowledge page therefore surface developer internals rather than clean, end-user-facing documentation.Proposed change
docs/user-guide/:getting-started.md,dashboard-guide.md,feature-reference.md,agents-and-rag-guide.mdPOST /rag/index.End state: the corpus contains exactly the four user guides; the RAG Assistant cites real end-user documentation.