What problem does it solve? When implementing or reviewing game logic for the Turnip28 sim, you need the exact wording of a rule rather than a paraphrase, and you need to know whether the v18 playtest changes it. Manually scanning large PDFs is slow and error-prone. ## Core Features & Use Cases - Verbatim rules citation: Returns quoted rules text with exact page numbers from the v17 core rules PDF, never paraphrased. - v17/v18 divergence flagging: Cross-references the v18 playtest PDF and changelists to note when a rule has changed between versions. - Fast changelist-first search: Greps the plain-text v17 and v18 changelists before opening PDFs, and reads large PDFs page-by-page to avoid failed reads. - Use Case: During code review of a melee resolution function, ask what v17 says about return fire and receive the exact quoted rule, its page number, and a note that v18 modifies it. ## Quick Start Ask what the v17 rules say about a specific mechanic, such as "what does v17 say about shooting into melee?"