aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix(deps): bump just_template to 0.2.0 and migrate to new API魏曹先生21 hours3-6/+18
* chore: clean up gitignore and remove dangling symlinks魏曹先生39 hours3-4/+2
* test: remove outdated type mapping test魏曹先生40 hours1-23/+0
* feat(docs): add Module Pathfinder example for the `pathf` feature魏曹先生40 hours9-0/+272
* feat(pathf): add build-time type path resolution system魏曹先生40 hours31-7/+1468
* chore: clean up Cargo.toml metadata and update lockfilesdev/mingling_pathf魏曹先生42 hours29-114/+114
* chore(build): remove `cargo clean` from build-all scripts魏曹先生42 hours2-2/+0
* chore(deps): update Rust dependencies to latest patch versions魏曹先生42 hours4-25/+28
* fix(test): rename test and update pattern analyzer usage魏曹先生43 hours2-4/+3
* feat(mingling_pathf): add pattern analyzer module for struct detection魏曹先生43 hours6-3/+206
* test: move test fixtures into `test_proj` subdirectory魏曹先生43 hours10-1/+1
* test(mingling-pathf): add integration tests for module path analysis魏曹先生43 hours12-0/+137
* feat(mingling_pathf): add module path resolution and error handling魏曹先生44 hours7-0/+472
* feat(workspace): add mingling_pathf crate and pathf feature魏曹先生45 hours14-3/+92
* docs(issues): add the-mod-pathfinder design issue魏曹先生45 hours1-0/+61
* chore: fix markdown formatting in CHANGELOG魏曹先生46 hours1-1/+1
* docs(changelog): restructure changelog with TOC and contributor魏曹先生46 hours1-3/+35
* docs(changelog): standardize bracket formatting in CHANGELOG魏曹先生46 hours1-140/+140
* feat(dev_tools): add update-version tool魏曹先生46 hours2-0/+117
* docs: Update mingling version references from 0.2 to 0.2.0魏曹先生47 hours3-5/+5
* feat(mingling): add directory environment resources and setup魏曹先生2 days9-0/+412
* docs: improve documentation, mark internal items as `#[doc(hidden)]`魏曹先生2 days7-29/+103
* feat(macros): add async mutable resource injection for `#[chain]`魏曹先生2 days7-31/+149
* feat: add From<()> for ChainProcess with empty result routing魏曹先生2 days1-1/+7
* fix: use fully qualified path to get_global_set in pack_err魏曹先生2 days1-3/+1
* fix(core): respect exit code when render output is suppressed魏曹先生2 days2-9/+21
* feat(macros, docs): register structural macros and update feature table魏曹先生4 days1-2/+10
* docs: restructure README and remove redundant imports魏曹先生4 days2-94/+76
* feat(proj_mgr): add CHECKLIST.md reader for values and toggles魏曹先生4 days2-0/+296
* feat(proj_mgr): add project generation with interactive checklist魏曹先生4 days6-0/+363
* feat(macros): Render ResultEmpty for non-structural types魏曹先生4 days1-1/+7
* feat(macros): simplify ResultEmpty to a unit struct魏曹先生4 days3-6/+26
* refactor(general_renderer): rename to structural_renderer魏曹先生4 days57-516/+535
* feat(core): decouple structured output from Groupped trait魏曹先生4 days20-173/+798
* docs(CONTRIBUTING): encourage Conventional Commits usage魏曹先生4 days1-0/+1
* fix(dispatch_tree): use proper snake_case for dispatcher static names魏曹先生4 days4-3/+8
* Make `dispatcher_clap` help function public魏曹先生5 days1-1/+1
* Add GitHub Pages deployment workflow魏曹先生5 days1-0/+35
* Pass current context through hook control and support conversion魏曹先生5 days2-117/+216
* Redesign hook system with structured info types and ProgramControls魏曹先生6 days19-368/+933
* Run CI tasks in parallel with progress bars魏曹先生6 days6-78/+394
* Add dev_tool cargo alias and editor task definitions魏曹先生6 days3-0/+194
* Add trailing comma in settings.json魏曹先生6 days1-1/+1
* Move flag tests to separate module and clean up deref patterns魏曹先生6 days9-370/+370
* Add editor configs for Rust with clippy on save魏曹先生6 days2-0/+14
* Rename internal docs魏曹先生6 days3-5/+205
* Parallelize markdown code block verification魏曹先生6 days4-34/+99
* Switch markdown code block check from build to cargo check魏曹先生6 days1-2/+2
* Add Mermaid diagram support魏曹先生6 days4-0/+2222
* Trim whitespace from variant string after removing trailing comma魏曹先生7 days1-1/+1