The vault to resolve against.
wikilink is required and may include or omit the
[[ ... ]] brackets. from_note (vault-relative path) is the
source note — used for folder-local resolution priority.
include_content defaults to true; set false to skip the body read.
{ found, path, title, content, section, block, alias }. When
found is false all path/title/content are null but section/block/alias
are still parsed (so the agent can report "broken link to
[[Foo#Bar]]").
Resolve an Obsidian wikilink string to a concrete vault file (or report unresolved).
Accepts the full wikilink syntax (
[[Target]],[[Target|alias]],[[Target#section]],[[Target^block]],![[Embedded]]) and parses out the components. Resolution uses the project's fuzzy-match path — exact basename, then in-folder, then global — same algorithm Obsidian uses client-side. Passfrom_noteto bias resolution toward the same folder.