You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(target): unify target setters and make overlays idempotent
Direct setters (TargetGarden/Project/Seed/Shoot/ControlPlane) and
pattern targeting now converge on a single applyOverlay path that
performs merge, validation, enrichment, and access-restriction
prompts. The separate target_builder is removed.
Command-lifetime idempotency moves from the provider into the
manager: CurrentTarget caches the effective target and writes
update the cache through one updateTarget path, so repeated reads
no longer reapply CLI flags onto freshly written state.
Pattern targeting reads the raw persisted target once, merges CLI
and pattern flags into one overlay with conflict detection, and
runs validation a single time on the finalized target.
0 commit comments