refactor: split remaining hotspots (ops, auth, comments, publications, MCP, controller) - #1020
Merged
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
life-ustc | 099d076 | Sep 06 2026, 06:56 AM |
Contributor
|
E2E HTML report is ready: https://life-ustc.github.io/e2e-snapshot-artifacts/reports/34017726035/index.html |
Base automatically changed from
refactor/workspace-mass-rename
to
refactor/workspace-prisma-rename
September 6, 2026 05:24
tiankaima-copilot
force-pushed
the
refactor/workspace-prisma-rename
branch
from
September 6, 2026 05:24
6bb0e7d to
53355e1
Compare
tiankaima-copilot
force-pushed
the
refactor/workspace-hotspot-splits
branch
from
September 6, 2026 05:25
007ffae to
be1457c
Compare
tiankaima-copilot
changed the base branch from
refactor/workspace-prisma-rename
to
refactor/workspace-mass-rename
September 6, 2026 05:25
tiankaima-copilot
force-pushed
the
refactor/workspace-mass-rename
branch
from
September 6, 2026 05:29
82533e4 to
518e5b3
Compare
tiankaima-copilot
force-pushed
the
refactor/workspace-hotspot-splits
branch
2 times, most recently
from
September 6, 2026 05:31
7922984 to
8407855
Compare
tiankaima-copilot
force-pushed
the
refactor/workspace-mass-rename
branch
from
September 6, 2026 05:51
54f13ac to
b4cdecd
Compare
tiankaima-copilot
force-pushed
the
refactor/workspace-hotspot-splits
branch
from
September 6, 2026 05:51
8407855 to
4aaf6be
Compare
tiankaima-copilot
force-pushed
the
refactor/workspace-mass-rename
branch
from
September 6, 2026 05:54
b4cdecd to
9c5eeff
Compare
tiankaima-copilot
force-pushed
the
refactor/workspace-hotspot-splits
branch
from
September 6, 2026 05:54
4aaf6be to
3be0dd1
Compare
tiankaima-copilot
force-pushed
the
refactor/workspace-mass-rename
branch
from
September 6, 2026 05:59
9c5eeff to
37a647f
Compare
tiankaima-copilot
force-pushed
the
refactor/workspace-hotspot-splits
branch
from
September 6, 2026 05:59
3be0dd1 to
28ec074
Compare
tiankaima-copilot
force-pushed
the
refactor/workspace-mass-rename
branch
from
September 6, 2026 06:03
37a647f to
883ec83
Compare
tiankaima-copilot
force-pushed
the
refactor/workspace-hotspot-splits
branch
from
September 6, 2026 06:03
28ec074 to
a258dd4
Compare
tiankaima-copilot
force-pushed
the
refactor/workspace-mass-rename
branch
from
September 6, 2026 06:11
883ec83 to
5347f7d
Compare
tiankaima-copilot
force-pushed
the
refactor/workspace-hotspot-splits
branch
from
September 6, 2026 06:11
a258dd4 to
500c7e4
Compare
tiankaima-copilot
force-pushed
the
refactor/workspace-mass-rename
branch
from
September 6, 2026 06:30
5347f7d to
14c660d
Compare
tiankaima-copilot
force-pushed
the
refactor/workspace-hotspot-splits
branch
2 times, most recently
from
September 6, 2026 06:33
17e46f3 to
d3fbdc4
Compare
…s, controller Behavior-preserving hotspot splits: operation-definitions by scope, publication ingestion phases, comment mutations/target resolution barrels, auth route clusters, MCP tool-output schemas into domain modules, and WorkspacePageController action wiring extraction.
tiankaima-copilot
force-pushed
the
refactor/workspace-hotspot-splits
branch
from
September 6, 2026 06:54
d3fbdc4 to
099d076
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
operation-definitions.tsinto scoped modules (catalog/account/community/workspace) with stable registry order.tool-output-schemas/sharedleftovers into domain schema modules (builders+ catalog/workspace/community/bus).createWorkspacePageControllerActionsto shrinkWorkspacePageController.sveltescript.Test plan
bunx tsc(app + tests)bunx vitest run(2588 passed)