chore: extract ServUO plugin to RunicGateway/servuo-plugins #11
Reference in New Issue
Block a user
No description provided.
Delete Branch "chore/extract-servuo-plugins"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 (viagit filter-repo) into the new RunicGateway/servuo-plugins repo.linkis now the Rust sidecar only.Changes here
overlay/(21),patches/(6),deploy.ps1,tools/(16) — now inservuo-plugins.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-pluginsgets 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