| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(picker): add filesystem-aware path value types | 魏曹先生 | 16 hours | 1 | -0/+294 |
| | | | | | | | | | | Add `FilePath`, `NoFilePath`, `DirPath`, `NoDirPath`, `SymlinkPath`, `NoSymlinkPath`, `NoPath`, and `RecursiveFiles` wrapper types with filesystem validation at parse time. Each type implements `SinglePickable` and provides standard conversions via `From`, `AsRef`, `Deref`, and `DerefMut`. | ||||
| * | chore: add missing docs lint and document public API | 魏曹先生 | 9 days | 1 | -0/+1 |
| | | | | | | | | Add `#![deny(missing_docs)]` across multiple crates and fill in documentation for all public items, including struct fields, enum variants, trait methods, and proc macros. Also mark two shell scripts as executable. | ||||
| * | refactor: rename `mingling_picker` to `arg_picker` | 魏曹先生 | 12 days | 2 | -0/+279 |
