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: implement comprehensive DRY patterns for actions
• Add generic BaseConstructor pattern to eliminate constructor boilerplate
• Create ParameterResolver for centralized parameter validation and resolution
• Implement OutputBuilder for standardized action output generation
• Refactor all File, System, and Docker actions to use new patterns
• Add comprehensive refactoring documentation and migration guide
• Reduce code duplication across 48+ action files while maintaining functionality