| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-11 | chore(lint): add Ruby linter scripts and apply rules | nsfisis | |
| Adds scripts/lint with linters for mod.rs naming, contiguous use blocks, use-as aliasing, sorted Cargo dependencies, std::collections maps, and workspace dependency requirements. Renames mod.rs files, reorders use statements, drops unnecessary import aliases, and sorts Cargo.toml entries to satisfy the new rules. | |||
| 2026-05-10 | refactor(downloader): turn DownloadManager into downloader registry | nsfisis | |
| Reshape DownloadManager from a hard-coded VCS match into a registry of DownloaderInterface instances keyed by source type, mirroring Composer's DownloadManager — with prefer-source/dist preferences, an IO handle, and a files cache. ArchiveManager now resolves dist sources through a shared DownloadManager instead of calling download_dist directly, and Composer::require / try_load take an IO so it flows through the factory wiring. | |||
