wiki-lint-vault-param-names-entity-vs-path
vault_contradiction_check accepts entity_or_path (not entity), and vault_link_suggestions accepts path (not entity) — entity-based inputs are unsupported by link_suggestions. Passing entity=X to either tool causes ‘unexpected keyword argument’ errors silently masked by vault-cli’s exit-0 behavior. Correct params: entity_or_path for contradiction_check, path for link_suggestions (skip entity-only inputs with a log note).