Refactor celestial generation and add discovery signals #351

Open
codex wants to merge 12 commits from refactor/celestial-generation-modules into dev_procgen
Collaborator

Summary

  • split the monolithic celestial generator by responsibility
  • add deterministic discovery signals and expose them in the Procgen Lab
  • include selection refresh, moon orbit depth and strict night-side renderer fixes

Validation

  • npm run build:web
  • npm run build:backend
  • npm run test:server (26 passed)
## Summary - split the monolithic celestial generator by responsibility - add deterministic discovery signals and expose them in the Procgen Lab - include selection refresh, moon orbit depth and strict night-side renderer fixes ## Validation - npm run build:web - npm run build:backend - npm run test:server (26 passed)
codex self-assigned this 2026-07-19 00:10:15 +02:00
codex requested review from ablandon 2026-07-19 00:10:19 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin refactor/celestial-generation-modules:refactor/celestial-generation-modules
git switch refactor/celestial-generation-modules

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch dev_procgen
git merge --no-ff refactor/celestial-generation-modules
git switch refactor/celestial-generation-modules
git rebase dev_procgen
git switch dev_procgen
git merge --ff-only refactor/celestial-generation-modules
git switch refactor/celestial-generation-modules
git rebase dev_procgen
git switch dev_procgen
git merge --no-ff refactor/celestial-generation-modules
git switch dev_procgen
git merge --squash refactor/celestial-generation-modules
git switch dev_procgen
git merge --ff-only refactor/celestial-generation-modules
git switch dev_procgen
git merge refactor/celestial-generation-modules
git push origin dev_procgen
Sign in to join this conversation.
No description provided.