Context
PR #653 expands y tags from a single token form like ["y", "mostro"] to potentially include platform metadata values (e.g. ["y", "mostro", "<instance>"]).
Problem
External indexers/clients may parse y as a single-value tag and could break if this contract is not documented clearly.
Requested work
Acceptance criteria
- Public-facing docs explain the new tag shape with before/after examples
- Changelog/release notes include compatibility note
- No ambiguity about required vs optional
y values
Related
Context
PR #653 expands
ytags from a single token form like["y", "mostro"]to potentially include platform metadata values (e.g.["y", "mostro", "<instance>"]).Problem
External indexers/clients may parse
yas a single-value tag and could break if this contract is not documented clearly.Requested work
ytag contracty[0]remainsmostrolen(y)==1Acceptance criteria
yvaluesRelated