| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor!: replace pack! macros with derive-based pipeline types | 魏曹先生 | 3 days | 1 | -21/+22 |
| | | | | | | | | | | Remove the `pack!`, `pack_err!`, `pack_structural!`, and `pack_err_structural!` macros, replacing all pipeline type definitions with `#[derive(Grouped)]` and `#[derive(Grouped, Wrap)]` attributes. This changes the generated struct shape from named-field structs with an `inner` field to tuple structs accessed via `.0`, and removes the auto-generated `name` and `info` fields from error types. | ||||
| * | feat(install): add --enable flag to run pkg-enable after install | 魏曹先生 | 3 days | 1 | -3/+83 |
| | | |||||
| * | refactor: move packages dir to mingling/packages | 魏曹先生 | 10 days | 1 | -1/+1 |
| | | |||||
| * | fix: use consistent output macro for install results | 魏曹先生 | 11 days | 1 | -2/+2 |
| | | |||||
| * | refactor: migrate renderers to RenderResult and stdout macros | 魏曹先生 | 11 days | 1 | -14/+21 |
| | | | | | | Replace buffer-based renderers with explicit RenderResult returns and use cargo-styled output macros for consistency. | ||||
| * | feat(pkg_mgr): add uninstall command and improve install | 魏曹先生 | 11 days | 1 | -5/+175 |
| | | | | | | | | Implement `mling uninstall` to remove installed packages by name or name@version, with shell completion support. Rework install to build release binaries, copy them plus completion scripts to a per-version directory under the user data dir. | ||||
| * | feat(pkg-mgr): add install command placeholder | 魏曹先生 | 11 days | 1 | -0/+8 |
