Skip to content
This repository was archived by the owner on Aug 5, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pkg/meta/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ import (

const (
// Labels for Krateo Composition
//
// CROSS-REPO CONTRACT: CompositionDefinitionNameLabel, CompositionDefinitionNamespaceLabel and
// CompositionVersionLabel are declared INDEPENDENTLY here and in core-provider's
// internal/tools/deploy/deploy.go (core-provider does not import this module). The three
// strings MUST stay byte-identical: if they drift, owner-scoped version migration silently
// selects nothing and leaves composition instances orphaned. Edit one → edit both.
CompositionDefinitionNameLabel = "krateo.io/composition-definition-name"
CompositionDefinitionNamespaceLabel = "krateo.io/composition-definition-namespace"
CompositionDefinitionGroupLabel = "krateo.io/composition-definition-group"
Expand Down