What problem does it solve? When an AI assistant references files in its output, plain text paths are not clickable in editors like Emacs or on platforms like GitHub, forcing users to manually locate files and line numbers. ## Core Features & Use Cases - Clickable File References: Converts file mentions into markdown links using paths relative to the project root. - Line Number Anchors: Appends GitHub-style #L fragments for single lines and #L42-L50 style fragments for line ranges. - Consistent Link Text: Keeps the link text readable with filename:line notation while the URL carries the anchor. - Use Case: When reviewing code, the assistant outputs [parser.el:42-50](src/parser.el#L42-L50) so you can jump directly to the referenced block. ## Quick Start Ask the assistant to reference the files it modified, and it will format each one as a clickable markdown link with the relevant line numbers.