- [x] Move the executable out of the bin directory into the source tree. - [x] Define it as an entry point in pyproject.toml. - [x] Implement if __name__ == "__main__" in the executable. ### Migrate all execution logic to main.py, which should handle: - [x] Processing CLI and file input. - [x] Calling initialization and app entry-point functions.