In https://github.com/readium/guided-navigation?tab=readme-ov-file#22-publication-level the relation between the webpub manifest and the guided navigation structure is "alternate".
Semantically this is not the case. I propose a new rel value = "guided-navigation" (or guidedNavitation? I don't remember what is the standardized syntax)
"links": [
{
"rel": "guided-navigation",
"href": "guided.json",
"type": "application/guided-navigation+json"
}
]