This repository currently uses two branches:
main containing documentation and workflows.
- A packaging branch, containing the packaging and generator.
While this split follows the usual pattern of keeping packaging on a separate branch, there is no real need for that separation here.
Flatten the repository by moving the packaging and generator into main, leaving a single branch containing the complete project.
This simplifies the repository layout and avoids having to keep documentation, workflows, packaging and generator changes coordinated across separate branches.
This repository currently uses two branches:
maincontaining documentation and workflows.While this split follows the usual pattern of keeping packaging on a separate branch, there is no real need for that separation here.
Flatten the repository by moving the packaging and generator into
main, leaving a single branch containing the complete project.This simplifies the repository layout and avoids having to keep documentation, workflows, packaging and generator changes coordinated across separate branches.