Documentation Index
Fetch the complete documentation index at: https://docs.tumban.com/llms.txt
Use this file to discover all available pages before exploring further.
evidence_index is an array of structured entries representing the URLs
and external context the triage report cites. Use it to render
reviewer-facing panels without parsing the free-text reason_summary.
Entry shape
Every entry has:The cited URL.
One of
traversed_link, external_mention, direct_link, or unknown.When the contextual model cited the entry by reference (
link_3,
external_mention_2, …), this field correlates the entry to that
reasoning trace.- traversed_link
- external_mention
- direct_link
- unknown
Includes
domain. The URL was followed from the profile page or
matched via referrer cross-reference.Example
Empty array
evidence_index can be [] — for example, when only the deterministic
strategies fired, or when the contextual model hit an infrastructure
error. Treat an empty array as “no contextual evidence to surface”, not
as a feature failure.
