Skip to content

refactor: move server modules into core/ directory#346

Merged
Blackgaurd merged 2 commits into
mainfrom
fix-core-restructure
May 24, 2026
Merged

refactor: move server modules into core/ directory#346
Blackgaurd merged 2 commits into
mainfrom
fix-core-restructure

Conversation

@Blackgaurd
Copy link
Copy Markdown
Collaborator

What changed

Cherry-picks the file moves from the stacked PRs (#344, #345) that were accidentally merged into their base branches instead of main:

  • Moves all server modules (`api/`, `calendars/`, `db/`, `runtime/`, `service/`, `utils/`) into `builders/server/core/`
  • Moves all tests into `builders/server/tests/core/`
  • Updates import paths and benchmark references accordingly

Why

PRs #344 and #345 were merged on GitHub without syncing first, so they merged into `core-package-init` and `core-move-modules` respectively — neither landed in main. This PR brings those changes to main directly.

Benefit

Completes the `core/` restructure that #343 started (which only added the `init.py`).

@Blackgaurd Blackgaurd merged commit 7c39331 into main May 24, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant