837 B
837 B
Created
Created by tickets.sh create.
Plan
Implementation plan:
- Replace the current
readability-rsadapter with a local DOM-based reader extractor scoped tocrates/tools. - Add
include_navigationtoWebFetchInput, default false, and thread it only through the HTML render path. - Render readable content as Markdown-ish text so inline links remain followable.
- Detect navigation generically and omit it by default while reporting a notice; include bounded navigation links only when requested.
- Remove the direct
readability-rsdependency and update Cargo/Nix lock data. - Validate with focused web tests, tools check, doctor, diff check, and Nix build/hash handling.