pub const K_RELATED_DEFAULT_LIMIT: usize = 10;Expand description
Default --limit for related when omitted.
Same value as DEFAULT_K_RECALL, which related used until v1.2.7 — a
borrowed name that tied this command’s default to recall’s -k by accident
rather than by intent. Tuning one would silently have moved the other.