What this developer tool does
The inspector scans YAML tokens outside comments and quoted strings, records anchor definitions, and matches alias references within each document. It flags duplicate definitions and aliases without a matching anchor.
Anchor scope resets at each --- document boundary. Forward references are marked because YAML aliases normally refer to a previously declared anchor.
This is a focused anchor audit, not a complete YAML parser. It does not resolve custom tags or validate every scalar and indentation rule.