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
feat: Add package directive to process configuration
Extends process configuration to support the unified package directive:
- ProcessConfig: Adds 'package' to the list of valid directives
- TaskRun: Implements getPackageSpec() method with caching
- TaskBean: Adds packageSpec field for task execution
Also adds deprecation warnings when conda/pixi directives are used
with the preview.package feature enabled, encouraging migration to
the new unified syntax.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Edmund Miller <[email protected]>
0 commit comments