refactor(brand): rename scilaxy-relay to liyanlabs-relay - #2
Merged
Merged
Conversation
Rebrand the relay workspace to Liyan Labs: - Crate + binary names: scilaxy-relay-*/scilaxy-* -> liyanlabs-relay-*/liyanlabs-* - Env var prefix: SCILAXY_* -> LIYANLABS_* - Image prefix: ghcr.io/scienceol/scilaxy-relay -> ghcr.io/scienceol/liyanlabs-relay - Domain: scilaxy.ai -> liyanlabs.com - Swift FFI callback: SciLaxyNalCallback -> LiyanLabsNalCallback Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
审查者指南这是一次覆盖整个代码库、仅涉及品牌的重构:软件包和二进制文件标识符、环境变量、容器镜像、域名、文档、脚本,以及 macOS Swift/Rust FFI 符号均已从 SciLaxy/scilaxy 统一重命名为 LiyanLabs/liyanlabs,且无意改变协议或运行时行为。审查时请重点检查旧标识符是否有遗漏,以及对外部集成的影响,尤其要关注下游 Cargo 软件包键,以及在本代码库之外维护的部署清单。 文件级变更
提示和命令与 Sourcery 交互
自定义你的体验访问你的控制面板以:
获取帮助Original review guide in EnglishReviewer's GuideThis is a repository-wide branding-only refactor: package and binary identifiers, environment variables, container images, domains, documentation, scripts, and the macOS Swift/Rust FFI symbols are consistently renamed from SciLaxy/scilaxy to LiyanLabs/liyanlabs, with no intended protocol or runtime behavior changes. Review primarily for missed old identifiers and external integration impacts, especially downstream Cargo package keys and deployment manifests maintained outside this repository. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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
Rebrand the relay workspace from scilaxy to liyanlabs (Liyan Labs), matching the main SciLaxy repo rebrand (ScienceOL/SciLaxy#53).
Changes
scilaxy-relay-*/scilaxy-*→liyanlabs-relay-*/liyanlabs-*(all 14 crates, incl.[[bin]]names)SCILAXY_*→LIYANLABS_*ghcr.io/scienceol/scilaxy-relay→ghcr.io/scienceol/liyanlabs-relayscilaxy.ai→liyanlabs.comSciLaxyNalCallback→LiyanLabsNalCallbackVerification
cargo check --workspace(all crates incl. mac-capturer on macOS) ✅cargo check/test --workspace --exclude liyanlabs-relay-mac-capturer --exclude liyanlabs-relay-capturer(CI lane) ✅cargo fmt --all -- --check✅Downstream impact
mac-capturer/win-capturervia a Cargo path dep pinned withpackage = "scilaxy-relay-*-capturer"; once this merges, the main repo will bump the submodule pointer and update thosepackage =keys toliyanlabs-relay-*.ghcr.io/scienceol/liyanlabs-relay-*. The k8s manifests (separate infra repo) still pinscilaxy-relay-*and will be updated separately — not in this PR.🤖 Generated with Claude Code
Sourcery 摘要
将 relay 项目及其公共接口从 SciLaxy 重命名为 LiyanLabs。
增强功能:
部署:
文档:
杂项:
Original summary in English
Sourcery 摘要
将 relay 工作区及其公共接口从 SciLaxy 重新命名为 LiyanLabs。
增强功能:
构建:
CI:
文档:
杂项:
Original summary in English
Summary by Sourcery
Rebrand the relay workspace and its public interfaces from SciLaxy to LiyanLabs.
Enhancements:
Build:
CI:
Documentation:
Chores: