**Description:** Create extensible dependency installer framework supporting multiple package managers. **Acceptance Criteria:** - [x] Abstract `DependencyInstaller` base class with methods such as: `can_handle()`, `install()`, `validate()`, `uninstall()` - [x] `DependencyManager` orchestration class with installer discovery and routing logic - [x] #16 - [x] #17 - [x] Installation plan generation with dependency ordering and conflict detection - [x] #18 - This would be mostly for internal use **Dependencies:** - Requires Hatch-Schemas Issue https://github.com/CrackingShells/Hatch-Schemas/issues/9
Description:
Create extensible dependency installer framework supporting multiple package managers.
Acceptance Criteria:
DependencyInstallerbase class with methods such as:can_handle(),install(),validate(),uninstall()DependencyManagerorchestration class with installer discovery and routing logicDependencies: