Skip to content

docs(brand): rename SciLaxy references to Liyan Labs - #14

Merged
Mile-Away merged 1 commit into
mainfrom
refactor/liyanlabs-rebrand
Sep 19, 2026
Merged

Mile-Away merged 1 commit into
mainfrom
refactor/liyanlabs-rebrand

Conversation

@Mile-Away

@Mile-Away Mile-Away commented Sep 19, 2026

Copy link
Copy Markdown
Contributor

Summary

Update OpenSDL's references to the SciLaxy product to Liyan Labs, matching the main repo rebrand (ScienceOL/SciLaxy#53).

Changes

  • Integration docs (docs/architecture.md, docs/cs-architecture.md, docs/getting-started.md, docs/recipes/media-gateway.md), README.md, CLAUDE.md, and one code comment in osdl-core/src/media/mod.rs now say Liyan Labs.
  • scilaxy.ailiyanlabs.com.

OpenSDL's own crate names (osdl-*, lab) are independent of the product brand and are unchanged.

Verification

  • Only documentation + one comment touched (7 files, 13/13). osdl-proto (the crate the runner depends on) still builds. The pre-existing osdl-core espnow feature resolution issue is unrelated and untouched.

🤖 Generated with Claude Code

Sourcery 摘要

使 OpenSDL 的文档和品牌引用与 Liyan Labs 的品牌重塑保持一致。

增强功能:

  • 将项目文档及相关说明性注释中的产品品牌从 SciLaxy 更新为 Liyan Labs,包括相关域名和运行器名称引用。

文档:

  • 在 README、贡献者指南、架构文档、入门指南和媒体网关配方中,将 SciLaxy 引用重命名为 Liyan Labs。
Original summary in English

Summary by Sourcery

Align OpenSDL’s documentation and branding references with the Liyan Labs rebrand.

Enhancements:

  • Update product branding throughout project documentation and related explanatory comments from SciLaxy to Liyan Labs, including associated domain and runner-name references.

Documentation:

  • Rename SciLaxy references to Liyan Labs across the README, contributor guidance, architecture documentation, getting-started guide, and media gateway recipe.

Update integration docs and a code comment to reference Liyan Labs,
and point scilaxy.ai at liyanlabs.com. OpenSDL's own osdl-*/lab crate
names are unchanged (independent of the product brand).

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@sourcery-ai

sourcery-ai Bot commented Sep 19, 2026

Copy link
Copy Markdown
审查者指南(小型 PR 中折叠显示)

审查者指南

此项仅涉及文档的品牌重塑,将 OpenSDL 面向用户的 SciLaxy 引用、相关运行器术语和产品域名,在项目指南、架构图、配方、README 内容以及一条代码注释中更新为 Liyan Labs,同时不更改 OpenSDL crate 名称或运行时行为。

文件级变更

变更 详情 文件
在集成文档和相关说明文本中统一更新产品品牌。
  • 将架构、设置、配方、项目指南和 README 内容中的 SciLaxy 引用替换为 Liyan Labs。
  • 在表示品牌集成组件时,将相关运行器名称从 scilaxy-runner 更新为 liyanlabs-runner。
  • 将引用的产品域名从 scilaxy.ai 更改为 liyanlabs.com。
  • 更新一条媒体配置注释,以反映重命名后的 Web 前端。
  • 保持 OpenSDL crate 名称和实现行为不变。
CLAUDE.md
README.md
crates/osdl-core/src/media/mod.rs
docs/architecture.md
docs/cs-architecture.md
docs/getting-started.md
docs/recipes/media-gateway.md

提示和命令

与 Sourcery 交互

  • 触发新的审查: 在拉取请求中评论 @sourcery-ai review
  • 继续讨论: 直接回复 Sourcery 的审查评论。
  • 根据审查评论生成 GitHub issue: 回复审查评论,请 Sourcery 根据该评论创建 issue。你也可以使用 @sourcery-ai issue 回复审查评论,以根据该评论创建 issue。
  • 生成拉取请求标题: 在拉取请求标题的任意位置输入 @sourcery-ai,即可随时生成标题。你也可以在拉取请求中评论 @sourcery-ai title,以随时(重新)生成标题。
  • 生成拉取请求摘要: 在拉取请求正文的任意位置输入 @sourcery-ai summary,即可在你指定的位置随时生成 PR 摘要。你也可以在拉取请求中评论 @sourcery-ai summary,以随时(重新)生成摘要。
  • 生成审查者指南: 在拉取请求中评论 @sourcery-ai guide,即可随时(重新)生成审查者指南。
  • 解决所有 Sourcery 评论: 在拉取请求中评论 @sourcery-ai resolve,即可解决所有 Sourcery 评论。如果你已经处理了所有评论并且不想再看到它们,这会很有用。
  • 忽略所有 Sourcery 审查: 在拉取请求中评论 @sourcery-ai dismiss,即可忽略所有现有的 Sourcery 审查。如果你想从新的审查开始,这尤其有用——别忘了评论 @sourcery-ai review 以触发新的审查!

自定义你的使用体验

访问你的控制面板以:

  • 启用或禁用审查功能,例如 Sourcery 生成的拉取请求摘要、审查者指南等。
  • 更改审查语言。
  • 添加、删除或编辑自定义审查说明。
  • 调整其他审查设置。

获取帮助

Original review guide in English
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This documentation-only rebrand updates OpenSDL’s user-facing SciLaxy references, related runner terminology, and product domain to Liyan Labs across project guidance, architecture diagrams, recipes, README content, and one code comment, without changing OpenSDL crate names or runtime behavior.

File-Level Changes

Change Details Files
Rename product branding throughout integration documentation and related explanatory text.
  • Replace SciLaxy references with Liyan Labs in architecture, setup, recipe, project guidance, and README content.
  • Update associated runner naming from scilaxy-runner to liyanlabs-runner where it represents the branded integration component.
  • Change the referenced product domain from scilaxy.ai to liyanlabs.com.
  • Update one media configuration comment to reflect the renamed web frontend.
  • Leave OpenSDL crate names and implementation behavior unchanged.
CLAUDE.md
README.md
crates/osdl-core/src/media/mod.rs
docs/architecture.md
docs/cs-architecture.md
docs/getting-started.md
docs/recipes/media-gateway.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

嗨——我已经审阅了你的更改,看起来很棒!


Sourcery 对开源项目免费——如果你喜欢我们的审阅结果,请考虑分享它们 ✨
Original comment in English

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨

@Mile-Away
Mile-Away merged commit 3f7fa86 into main Sep 19, 2026
6 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