Create monorepo from known-good production state

This commit is contained in:
makearmy 2026-07-09 21:07:34 -04:00
commit c034824338
651 changed files with 120469 additions and 0 deletions

26
LEGACY_REPOSITORIES.md Normal file
View file

@ -0,0 +1,26 @@
# Legacy repository origins
This application was consolidated from multiple working directories into one
monorepo. The first monorepo commit represents the known-good production state
at the time of consolidation.
## Main application
- Previous repository: `ssh://FORGELAN/makearmy/makearmy-app.git`
- Previous HEAD: `3614acd2974151da45b6919f048f5171619ec3e7`
- Previous branch: `main`
- Live-only modifications were incorporated into the monorepo baseline.
## BGBye
- Previous upstream: `https://github.com/MangoLion/bgbye.git`
- Imported HEAD: `5255025e2360cc33599c7c96ed904f1bc49e9ae8`
- The imported code was substantially modified locally.
## SVGnest
- Previous upstream: `https://github.com/Jack000/SVGnest`
- Imported HEAD: `1248dc21efd3f90d1aa52ba5785e27e5217ed2c9`
- The imported code was substantially modified locally.
The original nested Git metadata was archived separately before consolidation.