chore: extract ServUO plugin to RunicGateway/servuo-plugins #11

Merged
whitlocktech merged 1 commits from chore/extract-servuo-plugins into main 2026-07-18 07:35:50 +00:00
Member

Repo reorg Phase 3 — split the C# ServUO plugin out of link.

The plugin (overlay/, patches/, deploy.ps1, tools/) has been extracted with full commit history (via git filter-repo) into the new RunicGateway/servuo-plugins repo. link is now the Rust sidecar only.

Changes here

  • Delete overlay/ (21), patches/ (6), deploy.ps1, tools/ (16) — now in servuo-plugins.
  • Rewrite the README to be sidecar-focused: related-repos table, cargo build/run, and a deployment/compatibility section.

There were no source cross-references between the plugin and the sidecar (verified), so nothing else needed repointing.

Build / CI relationship (Phase 3 step 4)

  • link's CI (release.yml) builds only the Rust sidecar — unaffected.
  • servuo-plugins gets no CI build: the C# is compiled inside ServUO at boot and can't be built standalone without the ServUO reference assemblies. The two repos are coupled by the runtime loopback JSON protocol, not a build dependency — documented in both READMEs.

Net: -7506 / +38 (the deletions are the plugin, now living in servuo-plugins).

🤖 Generated with Claude Code

Repo reorg **Phase 3** — split the C# ServUO plugin out of `link`. The plugin (`overlay/`, `patches/`, `deploy.ps1`, `tools/`) has been extracted **with full commit history** (via `git filter-repo`) into the new **[RunicGateway/servuo-plugins](https://gitea.whitlocktech.com/RunicGateway/servuo-plugins)** repo. `link` is now the **Rust sidecar only**. ## Changes here - **Delete** `overlay/` (21), `patches/` (6), `deploy.ps1`, `tools/` (16) — now in `servuo-plugins`. - **Rewrite the README** to be sidecar-focused: related-repos table, cargo build/run, and a deployment/compatibility section. There were **no source cross-references** between the plugin and the sidecar (verified), so nothing else needed repointing. ## Build / CI relationship (Phase 3 step 4) - `link`'s CI (`release.yml`) builds **only** the Rust sidecar — unaffected. - `servuo-plugins` gets **no CI build**: the C# is compiled *inside ServUO at boot* and can't be built standalone without the ServUO reference assemblies. The two repos are coupled by the **runtime loopback JSON protocol**, not a build dependency — documented in both READMEs. Net: **-7506 / +38** (the deletions are the plugin, now living in `servuo-plugins`). 🤖 Generated with [Claude Code](https://claude.com/claude-code)
wtclaude added 1 commit 2026-07-18 05:58:52 +00:00
The C# ServUO plugin (overlay/, patches/, deploy.ps1, tools/) has been
extracted with full history via git filter-repo into the new
RunicGateway/servuo-plugins repo. This repo is now the Rust sidecar only.

Rewrite the README to be sidecar-focused: related-repos table, build/run,
and a deployment/compatibility section describing the runtime protocol
relationship with the plugin. No source cross-references existed between the
two halves, so nothing else needed repointing.

Plugin repo: https://gitea.whitlocktech.com/RunicGateway/servuo-plugins
whitlocktech approved these changes 2026-07-18 07:35:44 +00:00
whitlocktech merged commit a7bf3c7bb1 into main 2026-07-18 07:35:50 +00:00
whitlocktech deleted branch chore/extract-servuo-plugins 2026-07-18 07:35:51 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RunicGateway/link#11
No description provided.