| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor!: replace pack! macros with derive-based pipeline types | 魏曹先生 | 2 days | 1 | -3/+4 |
| | | | | | | | | | | 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. | ||||
| * | docs: add help text for CLI commands and descriptions | 魏曹先生 | 10 days | 1 | -1/+9 |
| | | | | | | | Add help text for global flags, commands, and subcommands in help.txt. Add metadata descriptions for linter and metadata commands. | ||||
| * | feat(mling): add linter framework with async support and registry | 魏曹先生 | 2026-07-21 | 1 | -4/+5 |
| | | | | | generation | ||||
| * | feat(mingling_cli): add metadata and linter commands with cargo analysis | 魏曹先生 | 2026-07-21 | 1 | -0/+16 |
| Introduce `metadata` and `mlint` subcommands, wire up `cargo_metadata` for manifest analysis, and enable procedural macro support in editors | |||||
