When true, returns outgoing + incoming relations. Default false.
Full instructions the AI sees
CALL THIS BEFORE editing or archiving an entry. The graph tells youwhich other entries depend on this one (supports, derived_from,supersedes) so you can avoid stranding work that cites it.USE WHEN: rebuilding context around a specific entry; checking what anentry cites before relying on it; finding the dependency surface beforea destructive op.DO NOT USE: to discover what entries exist (use get_entries); to fetchseveral entries at once (call get_entries with filters).Returns { entry, relations: { outgoing: [...], incoming: [...] } }.