You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(core): migrate runtime classes to Validator namespace
This commit refactors the project structure by moving all runtime classes from the `Lemmon` namespace to the `Lemmon\Validator` namespace.
The following changes are included:
- All classes in `src/Lemmon` have been moved to `src/Lemmon/Validator`.
- The namespace in all affected classes has been updated to `Lemmon\Validator`.
- All documentation and examples have been updated to reflect the new namespace.
- All tests have been updated to use the new namespace.
- The `AGENTS.md` and `CHANGELOG.md` files have been updated to document the change.
This change improves the project structure and aligns with the architecture described in `AGENTS.md`.
0 commit comments