//! Provides a function to retrieve the LLM-facing patch format documentation.
//!
//! This file contains a single function, `get_llm_instructions`, which
//! returns a static string slice containing the contents of `llms.txt`.
//! This is useful for providing instructions to AI agents on how to
//! construct valid patches for this library.