| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-24 | refactor(semver): re-export shirabe-semver at crate root, drop ↵ | nsfisis | |
| composer::semver stubs Flatten shirabe-semver's modules into glob re-exports at the crate root and route all consumers through the short paths. Remove the duplicate composer::semver stubs from shirabe-external-packages in favor of the shirabe-semver types. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | |||
| 2026-06-14 | chore: add "ref" comments to file header | nsfisis | |
| 2026-05-23 | refactor(semver): change ConstraintInterface to a closed enum | nsfisis | |
| Replace the dyn ConstraintInterface trait objects with an AnyConstraint enum closing over its four implementors (Simple, Multi, MatchAll, MatchNone), mirroring the earlier Rule enum conversion. Rename constraint.rs to simple_constraint.rs to match the renamed Constraint type. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-20 | refactor: re-export module items to shorten import paths | nsfisis | |
| 2026-05-20 | fix(compile): fix all remaining compile errors | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-17 | chore: cargo clippy --fix | nsfisis | |
| 2026-05-17 | feat(port): add stub implementations of shirabe-external-packages | nsfisis | |
