Expand description
Tool activation planning and environment mutation helpers.
Tool activation is inferred from lockfile tool metadata so every execution
path (tools activate, exec, task, CI) applies the same environment
mutations.
Structs§
- Resolved
Tool Activation Step - A resolved activation step with a concrete value to apply.
- Tool
Activation Resolve Options - Options for resolving tool activation.
- Tool
Activation Step - A configured activation step from runtime/lockfile configuration.
Enums§
- Tool
Activation Operation - Mutation operation for tool activation.
- Tool
Activation Source - Activation source selector.
Functions§
- apply_
resolved_ tool_ activation - Apply a resolved activation step against the current value.
- resolve_
tool_ activation - Resolve configured tool activation steps to concrete values for the selected platform.
- validate_
tool_ activation - Validate lockfile activation configuration for the selected platform.