aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat(macros): wrap gen_program output in a hidden module魏曹先生23 hours4-39/+96
* refactor(macros): move pathf include from gen_program into魏曹先生24 hours2-10/+12
* feat(mingling_macros, mingling_pathf): add `#[command]` attribute macro魏曹先生24 hours8-0/+559
* refactor(pathf): move type resolution from compile-time to build-time魏曹先生24 hours6-146/+67
* refactor(dispatcher): replace custom dotted-to-pascal helper with魏曹先生25 hours1-19/+1
* feat(picker): add `unwrap_or_default`, `unwrap_or_else`, and `expect`魏曹先生31 hours1-0/+49
* feat(picker): add convenience methods to PickArgParsed tuples魏曹先生31 hours2-0/+57
* docs: update arg-picker version in README魏曹先生32 hours1-1/+1
* feat(picker): add filesystem-aware path value types魏曹先生32 hours5-0/+500
* chore(changelog): mark release 0.3.0 as released on 2026-07-27魏曹先生44 hours1-2/+2
* chore: move config files to .config directory0.3.0魏曹先生45 hours4-4/+4
* chore: rename GETTING_STARTED.md to GETTING-STARTED.md魏曹先生45 hours2-1/+1
* docs: add The Command Macro design document魏曹先生46 hours2-0/+170
* docs(sidebar): archive resolved issues with _ prefix魏曹先生46 hours4-9/+21
* chore: bump arg-picker and arg-picker-macros to v0.1.1picker-0.1.1魏曹先生47 hours7-10/+10
* feat: resolve all workspace inheritance in package-all tool魏曹先生47 hours1-111/+350
* chore(picker): removed unused module `corebind.rs`魏曹先生3 days1-2/+0
* fix: gate `pack_err_structural` on both `structural_renderer` and魏曹先生3 days1-1/+1
* fix(ci): capture stderr in cargo ci steps魏曹先生3 days2-4/+4
* feat(macros): split monolith into one-macro-per-file modules魏曹先生3 days34-1280/+1385
* feat(arg_picker): add SinglePickable impls for network and path types魏曹先生4 days4-0/+99
* docs(changelog): fix item numbering in changelog魏曹先生4 days1-4/+3
* feat(readme): update roadmap to reflect completed tasks魏曹先生6 days1-2/+2
* refactor(once_exec, repl_exec): unify sync and async execution paths魏曹先生6 days2-211/+109
* feat(core): consolidate sync/async exec pipeline with `might_be_async`魏曹先生6 days2-173/+14
* feat(core): add RendererInvoker and ChainInvoker types魏曹先生6 days4-0/+323
* feat: add `might_be_async` dependency and update lockfiles魏曹先生6 days36-54/+4408
* docs: enable missing_docs lint and add doc comments to comp.rs魏曹先生6 days2-2/+55
* refactor(core): rename ResourceMarker methods to internal names魏曹先生6 days4-26/+51
* feat(build): add build script to generate fake Cargo.toml魏曹先生7 days1-0/+13
* chore: remove deprecated `cmd_mlint_install` module魏曹先生7 days5-471/+5
* feat: add workspace-level root package魏曹先生7 days3-0/+11
* fix: use `rust-analyzer.toml` instead of hardcoded `.rust-analyzer.toml`魏曹先生7 days1-3/+2
* ci(ci): Move .temp cleanup closer to deployment step魏曹先生7 days1-3/+5
* feat(ci): clean .temp directory before building API docs魏曹先生7 days1-0/+3
* fix(docs): rename `builds` feature to `build` in examples魏曹先生7 days4-7/+18
* feat(core): rename `builds` feature to `build`魏曹先生7 days19-107/+127
* chore: mark clippy.sh as executable魏曹先生7 days1-0/+0
* feat(ci): add API documentation build step魏曹先生7 days1-0/+11
* refactor(global_resource): break long generic impl into multi-line where魏曹先生7 days1-1/+4
* feat(linter): set exit code to 1 when config already exists魏曹先生7 days1-1/+4
* feat(linter): add `lint-install` subcommand for rust-analyzer setup魏曹先生7 days8-10/+555
* feat(doc): replace deploy-api-docs script with direct cargo commands魏曹先生7 days5-10/+25
* feat: add `doc_cfg` feature for docs.rs build魏曹先生7 days1-0/+1
* chore: rename `doc_nightly` scripts to `doc-nightly`魏曹先生7 days2-0/+0
* ci: use nightly toolchain for API doc generation魏曹先生7 days1-1/+4
* feat(docs): add docsrs flag and unify doc scripts魏曹先生7 days5-15/+27
* feat(ci): replace manual arg parsing with arg-picker魏曹先生7 days3-14/+45
* docs(core): add Clone and Eq derives to RenderResult魏曹先生7 days2-1/+8
* docs: add development status warning to README魏曹先生7 days1-0/+2