aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/installer/plugin_installer.rs
AgeCommit message (Expand)Author
2026-07-04feat(plugin-installer): implement PluginInstaller::get_plugin_managernsfisis
2026-06-29chore(lint): ban bare `use anyhow::Result` and fully qualify itnsfisis
2026-06-27feat(installer): register default installers after Composer Rc is builtnsfisis
2026-06-27refactor: fix compiler warnings and clippy warningsnsfisis
2026-06-11feat(console): resolve phase-b TODOs in doRun and IO wiringnsfisis
2026-06-07feat(shirabe): resolve phase-b TODOs with shared ownershipnsfisis
2026-06-05feat(installer): wire InstallerInterface marker-trait downcastsnsfisis
2026-05-27refactor(package): pass package handles by value throughoutnsfisis
2026-05-26refactor(io): share IOInterface via Rc<RefCell<dyn _>> handlensfisis
2026-05-25refactor(package): introduce Rc<RefCell<_>> handles for packagesnsfisis
2026-05-23refactor(promise): drop \React\Promisensfisis
2026-05-23refactor(promise): rewrite promise bodies to async/awaitnsfisis
2026-05-23refactor(promise): change functions returning PromiseInterface to async fnnsfisis
2026-05-22refactor(composer): unify Composer/PartialComposer via Rc handlesnsfisis
2026-05-20refactor: re-export module items to shorten import pathsnsfisis
2026-05-20fix(compile): fix all remaining compile errorsnsfisis
2026-05-19fix(compile): fix more random compile errorsnsfisis
2026-05-19fix(compile): fix various compile errorsnsfisis
2026-05-17chore(style): cargo fmtnsfisis
2026-05-16feat(port): port PluginInstaller.phpnsfisis
2026-05-12feat(init): add scaffold filesnsfisis