pub const META_PLATFORM: &str = "platform";Expand description
Graph-level metadata: identifies the source platform of the parsed
pipeline. Set by every parser to its platform() value
("github-actions", "azure-devops", "gitlab"). Allows platform-scoped
rules to gate their detection without parsing the source file path.