| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-11 | refactor(package): rename traits and switch dep maps to IndexMap | nsfisis | |
| Rename Package/CompletePackage to PackageInterface/CompletePackageInterface to mirror Composer's interface names, and split each into its own module under crates/mozart-core/src/package/. Switch dependency-link and metadata maps from BTreeMap to indexmap::IndexMap so serialized JSON preserves the original key ordering rather than sorting alphabetically — matching PHP associative-array semantics. The --sort-packages behaviour in `require` is preserved via sort_unstable_keys. | |||
| 2026-05-10 | refactor(clippy): deny clippy::unused_trait_names | nsfisis | |
| 2026-05-05 | chore: remove redundant comments | nsfisis | |
| 2026-02-22 | refactor: reorganize crates to match Composer subpackage structure | nsfisis | |
| Rename mozart-constraint to mozart-semver (mirrors composer/semver) and extract mozart-class-map-generator from mozart-autoload (mirrors composer/class-map-generator). No logic changes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
