| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: normalize test path for Windows verbatim prefixes | 魏曹先生 | 15 hours | 1 | -1/+5 |
| | | |||||
| * | fix: strip verbatim prefix from canonicalized paths on Windows | 魏曹先生 | 19 hours | 1 | -1/+23 |
| | | | | | | Refactor `find_project_root` to use `deverbatim` on canonicalized paths, removing the `\\?\` prefix on Windows to ensure proper path handling. | ||||
| * | fix(class-add): resolve project root by walking up for `.mling` | 魏曹先生 | 38 hours | 1 | -5/+56 |
| | | |||||
| * | feat(class-add): implement class-add command | 魏曹先生 | 38 hours | 1 | -0/+267 |
| Add the `class-add` command to create project classes from templates registered in `.mling/classes.toml`. Supports name derivation (snake_case, PascalCase, etc.), template expansion, and shell completions. | |||||
