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(cli): restructure CLI architecture and remove legacy scripts
- Deleted the Makefile to streamline the build process and reduce complexity.
- Introduced a new CLI structure with dedicated modules for database, development, Docker, documentation, and testing operations.
- Consolidated command handling into a unified registry for better organization and extensibility.
- Removed outdated scripts related to database analysis, health checks, and other operations that are now integrated into the new CLI structure.
- Updated project metadata in pyproject.toml to reflect changes in authorship and licensing.
0 commit comments