header_links


Description:

public string header_links (string url)

Return a string of markdown links for each section: (header)[url#slug], (header2)[url#slug2], ... Used for error messages so the LLM sees available sections.

Parameters:

url

document URL to use as link target, e.g. task ref task:slug.md (task scheme prefix)

Returns:

comma-separated list of (title)[url#slug] links