What problem does it solve? It prevents the agent from answering questions about LaRuche from memory or guesswork by grounding every answer in the project's authoritative wiki pages, which are bundled with the Skill and generated from the same source as the published documentation site. ## Core Features & Use Cases - Complete offline wiki: Ships all 34 markdown pages (184 KB) covering architecture, the butinage agent engine, cognitive memory, LaReine supervision, watchers, automation, Apps, Forged Tools, MCP, security, and configuration. - Page map for targeted lookup: A table maps each topic to its exact file path, so the agent reads only the relevant page with file_read instead of loading everything. - Citation discipline: Instructs the agent to cite the source page for every answer and to admit when a page does not exist rather than inventing information. - Use Case: A user asks "How does LaRuche handle secrets?" or "Presente-toi" — the agent opens wiki/guides/Secrets.md or wiki/Home.md and answers with a citable, accurate response. ## Quick Start Ask any question about what LaRuche is, how it works, or what a term like butinage or LaReine means, and the agent will open the matching wiki page and answer from it.