Skip to content

Docs/i18n batch c1 developing foundation#2504

Merged
senamakel merged 4 commits into
tinyhumansai:mainfrom
JAYcodr:docs/i18n-batch-c1-developing-foundation
May 22, 2026
Merged

Docs/i18n batch c1 developing foundation#2504
senamakel merged 4 commits into
tinyhumansai:mainfrom
JAYcodr:docs/i18n-batch-c1-developing-foundation

Conversation

@JAYcodr
Copy link
Copy Markdown
Contributor

@JAYcodr JAYcodr commented May 22, 2026

Summary

  • gitbooks/developing/ 下 6 个核心开发文档翻译为简体中文(zh-CN),降低中文开发者的阅读门槛。
  • 补充全部翻译文件的 frontmatter lang: zh-CN,确保 GitBook 多语言渲染正确识别。
  • 修复批次内链接本地化(architecture/README.zh-CN.md),外部无翻译文档保持英文原链。
  • 建立并应用术语对照库(terminology-zh-CN.md),确保 Agent HarnessTauri ShellCEF 等技术模块名保留英文,frontend→前端shell→壳层core→核心 等通用术语译法一致。

Problem

OpenHuman 的开发者文档目前仅有英文版本,中文贡献者需要直接阅读英文原文才能了解环境搭建、架构总览、构建流程和测试策略。这提高了中文开发者的参与门槛,也可能因术语理解不一致导致 build/test 过程中的沟通成本。

Solution

  • Batch C1 范围:覆盖中文开发者从 clone 到 build 到 test 的完整入门路径,共 6 个文件:
    • getting-set-up.zh-CN.md — 环境搭建与安装
    • architecture.zh-CN.md — 深度架构参考
    • architecture/README.zh-CN.md — 架构子目录概览
    • building-rust-core.zh-CN.md — Rust 核心构建
    • testing-strategy.zh-CN.md — 测试策略
    • e2e-testing.zh-CN.md — E2E 测试指南
  • 链接策略:批次内互相引用已全部改为 .zh-CN.md;指向外部无翻译文档(如 AGENTS.mdPROMPT_INJECTION_GUARD.mdTEST-COVERAGE-MATRIX.md)的链接保留英文原版,避免死链。
  • 术语策略:developing 文档技术术语密度高,模块名保留英文(Agent Harness、Desktop Companion、Tauri Shell、CEF);通用概念尽量中文化,对照已有 features 翻译保持术语一致。
  • 格式检查:验证全部 opening fence ```text / closing fence ``` 格式正确;验证 frontmatter 完整性。

Submission Checklist

If a section does not apply to this change, mark the item as N/A with a one-line reason. Do not delete items.

  • (N/A: pure documentation, no code changes) Tests added or updated (happy path + at least one failure / edge case) per Testing Strategy
  • (N/A: pure documentation, no code changes) Diff coverage ≥ 80% — changed lines (Vitest + cargo-llvm-cov merged via diff-cover) meet the gate enforced by .github/workflows/coverage.yml. Run pnpm test:coverage and pnpm test:rust locally; PRs below 80% on changed lines will not merge.
  • (N/A: no feature added/removed/renamed) Coverage matrix updated — added/removed/renamed feature rows in docs/TEST-COVERAGE-MATRIX.md reflect this change (or N/A: behaviour-only change)
  • (N/A: no feature IDs affected) All affected feature IDs from the matrix are listed in the PR description under ## Related
  • (N/A: pure documentation, no code or network changes) No new external network dependencies introduced (mock backend used per Testing Strategy)
  • (N/A: does not touch release-cut surfaces) Manual smoke checklist updated if this touches release-cut surfaces (docs/RELEASE-MANUAL-SMOKE.md)
  • (N/A: no linked issue) Linked issue closed via Closes #NNN in the ## Related section

Impact

  • Runtime/platform: 无影响。本 PR 仅新增 .zh-CN.md 翻译文件,未修改任何源代码、构建配置或运行时行为。
  • Performance: 无影响。
  • Security: 无影响。
  • Migration/Compatibility: 无影响。英文原文文件完整保留,GitBook 根据 lang 标记渲染对应语言版本。

Related

  • Closes:
  • Follow-up PR(s)/TODOs:
    • Batch C2 — 架构子模块与专项(9 个文件):frontend.md, tauri-shell.md, agent-harness.md, desktop-companion.md, agent-observability.md, cef.md, mcp-server.md, release-policy.md, polymarket.md
    • C1 合并后统一修链接:当 C2 的 frontend.zh-CN.md 等文件创建后,C1 的 architecture.zh-CN.md 中指向这些文件的英文链接可升级为 .zh-CN.md

AI Authored PR Metadata (required for Codex/Linear PRs)

Keep this section for AI-authored PRs. For human-only PRs, mark each field N/A.

Linear Issue

  • Key:
  • URL:

Commit & Branch

  • Branch: docs/i18n-batch-c1-developing-foundation
  • Commit SHA: 2fa36ca1

Validation Run

  • (N/A: no JS/TS code changed) pnpm --filter openhuman-app format:check
  • (N/A: no JS/TS code changed) pnpm typecheck
  • (N/A: no code changed) Focused tests:
  • (N/A: no Rust code changed) Rust fmt/check (if changed):
  • (N/A: no Rust code changed) Tauri fmt/check (if changed):

Validation Blocked

  • command: N/A
  • error: N/A
  • impact: N/A

Behavior Changes

  • Intended behavior change: 无行为变更。仅新增中文翻译文档。
  • User-visible effect: GitBook 读者可在语言切换器中看到并阅读简体中文版本的开发入门文档。

Parity Contract

  • Legacy behavior preserved: 全部保留。英文原文文件未被修改或删除。
  • Guard/fallback/dispatch parity checks: N/A(无代码变更)

Duplicate / Superseded PR Handling

  • Duplicate PR(s): 无
  • Canonical PR: 本 PR
  • Resolution (closed/superseded/updated): N/A

Summary by CodeRabbit

  • Documentation
    • Added comprehensive Chinese developer docs: overall architecture reference, high-level architecture overview, Rust core build guide, E2E testing guide, setup/install instructions, and a testing strategy — covering system design, cross-platform build/run steps, runtime/communication patterns, test practices, troubleshooting, and contributor onboarding.

Review Change Stack

agent:skill-master added 2 commits May 23, 2026 05:08
Translates 6 core developer-facing documents into Simplified Chinese:
- getting-set-up.md       (environment setup)
- architecture.md         (deep architecture reference)
- architecture/README.md  (architecture overview)
- building-rust-core.md   (Rust core build guide)
- testing-strategy.md     (testing strategy)
- e2e-testing.md          (E2E testing guide)

Links localized where .zh-CN.md target exists.
Opening fences use ```text, closing fences use ```.
- 为全部 6 个翻译文件补充 frontmatter lang: zh-CN
- 修复 building-rust-core.zh-CN.md 中指向不存在的 README.zh-CN.md 的链接
  → 更正为 architecture/README.zh-CN.md
- 术语一致性、closing fence、链接本地化均已验证通过
@JAYcodr JAYcodr requested a review from a team May 22, 2026 21:16
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 22, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 0c891fe8-cd2e-4b78-8ff3-ad2c59347a34

📥 Commits

Reviewing files that changed from the base of the PR and between ddf0da1 and 5ffb894.

📒 Files selected for processing (5)
  • gitbooks/developing/architecture.zh-CN.md
  • gitbooks/developing/architecture/README.zh-CN.md
  • gitbooks/developing/building-rust-core.zh-CN.md
  • gitbooks/developing/e2e-testing.zh-CN.md
  • gitbooks/developing/getting-set-up.zh-CN.md
✅ Files skipped from review due to trivial changes (5)
  • gitbooks/developing/building-rust-core.zh-CN.md
  • gitbooks/developing/architecture/README.zh-CN.md
  • gitbooks/developing/e2e-testing.zh-CN.md
  • gitbooks/developing/getting-set-up.zh-CN.md
  • gitbooks/developing/architecture.zh-CN.md

📝 Walkthrough

Walkthrough

This PR adds comprehensive Chinese-language documentation across six files: high-level architecture and component design, Rust core build instructions, desktop application setup and installation guide, E2E testing with WDIO and Tauri, and testing strategy with coverage requirements and mock protocols.

Changes

OpenHuman Chinese Developer Documentation

Layer / File(s) Summary
Architecture and System Design Overview
gitbooks/developing/architecture.zh-CN.md, gitbooks/developing/architecture/README.zh-CN.md
High-level system architecture describing monorepo layout, React/Tauri/Rust component separation, performance characteristics, real-time socket infrastructure (WebSocket + Socket.io dual model, Engine.IO flows), skill runtime engine (QuickJS + Node.js), MCP tool orchestration via JSON-RPC 2.0, AI memory and encryption, security architecture (keystores, sandboxing, TLS), end-to-end data flows, and technology stack overview.
Building and Setup Instructions
gitbooks/developing/building-rust-core.zh-CN.md, gitbooks/developing/getting-set-up.zh-CN.md
Step-by-step guides for building Rust core and installing OpenHuman desktop from source or stable releases across macOS, Linux, and Windows, with platform-specific dependencies, ARM aarch64 special handling, installer behavior, and troubleshooting for common issues (CEF cache locks, stale core port processes).
E2E Testing with WDIO / Tauri
gitbooks/developing/e2e-testing.zh-CN.md
Desktop E2E guidance covering tauri-driver vs Appium Mac2 backends, quick-start commands for Linux/macOS/Docker, platform capability differences, stable data-testid usage, environment variables, CI considerations, failure artifact capture, and troubleshooting.
Testing Strategy and Coverage
gitbooks/developing/testing-strategy.zh-CN.md
Testing placement and rules across Rust unit/integration, Vitest, WDIO E2E, and manual smoke; decision tree for test placement; failure-path requirement per coverage-matrix leaf; mock strategy prohibiting real network in automated tests; determinism rules and harness helpers; merge-gate checklist.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

  • tinyhumansai/openhuman#2343: Updates contributor/build documentation for Linux; overlaps with expanded Arch/Linux instructions in Rust core build and getting-set-up docs.

Suggested reviewers

  • graycyrus
  • senamakel

Poem

A rabbit hops through docs so bright,
Lays out architecture by soft twilight,
Builds and tests with careful pace,
Chinese guides to help the race,
🐰📚✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly reflects the main change: batch C1 of internationalization (i18n) work for developing foundation documentation in Simplified Chinese.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot added feature Net-new user-facing capability or product behavior. working A PR that is being worked on by the team. labels May 22, 2026
- token: 统一保留英文,移除'令牌'译法(5处)
  → 登录 token、刷新 token、签发 token
- agent: 统一译为'智能体',移除'代理'译法(2处)
  → 网页搜索智能体、工具智能体
- 与 features 批次及 terminology-zh-CN.md 保持一致
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 3

🧹 Nitpick comments (8)
gitbooks/developing/architecture.zh-CN.md (7)

144-165: ⚡ Quick win

Add language identifier to ASCII diagram code fence.

Specify text as the language for this ASCII diagram to meet markdown formatting standards.

📝 Proposed fix
-```
+```text
 +---------------------------------------------------------------+
 |                     RuntimeEngine                             |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@gitbooks/developing/architecture.zh-CN.md` around lines 144 - 165, The ASCII
diagram code fence lacks a language identifier; update the opening
triple-backtick for the diagram that starts with the "RuntimeEngine" header to
use a text language specifier (change ``` to ```text) so the block is treated as
plain text; look for the diagram containing "RuntimeEngine", "SkillRegistry",
"CronScheduler", and the ASCII box art and add the language tag to that code
fence.

259-275: ⚡ Quick win

Add language identifier to ASCII diagram code fence.

Use text as the language identifier for this security architecture diagram.

📝 Proposed fix
-```
+```text
 +-------------------------------------------------------------------+
 |                      安全层                                       |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@gitbooks/developing/architecture.zh-CN.md` around lines 259 - 275, The ASCII
diagram code fence is missing a language identifier; change the opening
triple-backtick fence for the security-layer diagram from ``` to ```text so the
diagram is treated as plain text (look for the ASCII block starting with the
+-------------------------------------------------------------------+ line and
update its opening fence to include the text identifier).

210-236: ⚡ Quick win

Add language identifier to ASCII diagram code fence.

Add text as the language identifier for this ASCII flow diagram.

📝 Proposed fix
-```
+```text
 用户提示
     |
     v
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@gitbooks/developing/architecture.zh-CN.md` around lines 210 - 236, The code
fence containing the ASCII flow diagram should include a language identifier to
ensure correct rendering; update the opening backticks for the diagram snippet
(the triple backtick block that begins before "用户提示" and ends after "AI 对用户的响应")
to use ```text instead of just ```, keeping the diagram content unchanged so the
block reads ```text ... ```; no other changes needed.

35-43: ⚡ Quick win

Add language identifier to ASCII diagram code fence.

Markdown best practice and linting tools expect all fenced code blocks to specify a language identifier. For ASCII diagrams, use text.

📝 Proposed fix
-```
+```text
                         OpenHuman(已发布)
                             |
                          Desktop
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@gitbooks/developing/architecture.zh-CN.md` around lines 35 - 43, The fenced
ASCII diagram block lacks a language identifier; update the opening
triple-backtick for the diagram (the fenced code block that contains the
"OpenHuman(已发布) / Desktop / Windows macOS Linux" ASCII art) to include the
language token `text` (i.e., change ``` to ```text) so markdown linters and
renderers treat it as plain text.

291-326: ⚡ Quick win

Add language identifier to ASCII diagram code fence.

Specify text as the language for this end-to-end data flow diagram.

📝 Proposed fix
-```
+```text
 用户在聊天 UI 中输入命令
           |
           v
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@gitbooks/developing/architecture.zh-CN.md` around lines 291 - 326, The ASCII
diagram code fence is missing a language identifier; update the triple-backtick
block that surrounds the end-to-end flow diagram (the block starting with "用户在聊天
UI 中输入命令" and ending with "用户在聊天界面中看到结果") to use ```text as the opener so the
fence reads ```text and the closing ``` remains unchanged, ensuring the diagram
is tagged as plain text for proper rendering.

109-125: ⚡ Quick win

Add language identifier to ASCII diagram code fence.

Use text as the language identifier for ASCII diagrams to satisfy markdown linting requirements.

📝 Proposed fix
-```
+```text
 桌面模式:                          Web 模式:
 
 +-------------+                        +-------------+
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@gitbooks/developing/architecture.zh-CN.md` around lines 109 - 125, The
Markdown code fence containing the ASCII diagram is missing a language
identifier; update the opening fence (the triple backticks before the diagram
that starts with "桌面模式:                          Web 模式:") to use the `text`
language identifier (i.e., change ``` to ```text) so the ASCII diagram adheres
to markdown linting rules and renders as plain text.

51-80: ⚡ Quick win

Add language identifier to ASCII diagram code fence.

Markdown best practice requires a language identifier for all fenced code blocks. Use text for ASCII diagrams.

📝 Proposed fix
-```
+```text
 +------------------------------------------------------------------+
 |                        React 前端                                |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@gitbooks/developing/architecture.zh-CN.md` around lines 51 - 80, The ASCII
diagram fenced block that begins with the line
"+------------------------------------------------------------------+" is
missing a language identifier; update the opening fence from ``` to ```text so
the diagram is marked as plain text (e.g., change the code block that contains
the React 前端 / Rust 核心引擎 ASCII diagram to use ```text).
gitbooks/developing/architecture/README.zh-CN.md (1)

16-39: ⚡ Quick win

Add language identifier to ASCII diagram code fence.

Markdown linting tools require all fenced code blocks to specify a language. Use text for ASCII diagrams.

📝 Proposed fix
-```
+```text
 ┌──────────────────────────────────────────────────┐
 │ Tauri 壳层 (app/src-tauri/)                      │
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@gitbooks/developing/architecture/README.zh-CN.md` around lines 16 - 39, The
fenced ASCII diagram block is missing a language identifier which fails markdown
linting; update the opening triple-backtick for the diagram to include "text"
(i.e. change ``` to ```text) so the diagram code fence is explicitly marked as
plain text and linting passes, targeting the ASCII diagram code block shown in
the diff.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@gitbooks/developing/building-rust-core.zh-CN.md`:
- Around line 124-126: The code fence containing the error message "fatal error:
'array' file not found" lacks a language specifier; update that fenced block
(the triple-backtick block that wraps that error string) to include the language
tag "text" (i.e., change ``` to ```text) so the output/error block follows the
repo's formatting conventions.

In `@gitbooks/developing/e2e-testing.zh-CN.md`:
- Line 243: The link in gitbooks/developing/e2e-testing.zh-CN.md that references
"AGENT-OBSERVABILITY.md" is broken because that file is not in the same
directory; locate the markdown link in e2e-testing.zh-CN.md that points to
./AGENT-OBSERVABILITY.md, search the repo for the actual location or canonical
slug of AGENT-OBSERVABILITY.md, and update the link to the correct relative path
or absolute URL; if the target file does not exist, either point the link to the
correct documentation page (e.g., the observability doc) or remove/replace the
link with the appropriate existing resource so the reference is not broken.

In `@gitbooks/developing/getting-set-up.zh-CN.md`:
- Around line 201-207: The code fence containing the OpenHuman CEF cache error
block is missing a language specifier; update the triple-backtick fence that
surrounds the log/error output so it reads "```text" at the opening fence (leave
the closing fence as "```") to follow the PR's formatting conventions and ensure
the block is treated as plain text.

---

Nitpick comments:
In `@gitbooks/developing/architecture.zh-CN.md`:
- Around line 144-165: The ASCII diagram code fence lacks a language identifier;
update the opening triple-backtick for the diagram that starts with the
"RuntimeEngine" header to use a text language specifier (change ``` to ```text)
so the block is treated as plain text; look for the diagram containing
"RuntimeEngine", "SkillRegistry", "CronScheduler", and the ASCII box art and add
the language tag to that code fence.
- Around line 259-275: The ASCII diagram code fence is missing a language
identifier; change the opening triple-backtick fence for the security-layer
diagram from ``` to ```text so the diagram is treated as plain text (look for
the ASCII block starting with the
+-------------------------------------------------------------------+ line and
update its opening fence to include the text identifier).
- Around line 210-236: The code fence containing the ASCII flow diagram should
include a language identifier to ensure correct rendering; update the opening
backticks for the diagram snippet (the triple backtick block that begins before
"用户提示" and ends after "AI 对用户的响应") to use ```text instead of just ```, keeping
the diagram content unchanged so the block reads ```text ... ```; no other
changes needed.
- Around line 35-43: The fenced ASCII diagram block lacks a language identifier;
update the opening triple-backtick for the diagram (the fenced code block that
contains the "OpenHuman(已发布) / Desktop / Windows macOS Linux" ASCII art) to
include the language token `text` (i.e., change ``` to ```text) so markdown
linters and renderers treat it as plain text.
- Around line 291-326: The ASCII diagram code fence is missing a language
identifier; update the triple-backtick block that surrounds the end-to-end flow
diagram (the block starting with "用户在聊天 UI 中输入命令" and ending with
"用户在聊天界面中看到结果") to use ```text as the opener so the fence reads ```text and the
closing ``` remains unchanged, ensuring the diagram is tagged as plain text for
proper rendering.
- Around line 109-125: The Markdown code fence containing the ASCII diagram is
missing a language identifier; update the opening fence (the triple backticks
before the diagram that starts with "桌面模式:                          Web 模式:") to
use the `text` language identifier (i.e., change ``` to ```text) so the ASCII
diagram adheres to markdown linting rules and renders as plain text.
- Around line 51-80: The ASCII diagram fenced block that begins with the line
"+------------------------------------------------------------------+" is
missing a language identifier; update the opening fence from ``` to ```text so
the diagram is marked as plain text (e.g., change the code block that contains
the React 前端 / Rust 核心引擎 ASCII diagram to use ```text).

In `@gitbooks/developing/architecture/README.zh-CN.md`:
- Around line 16-39: The fenced ASCII diagram block is missing a language
identifier which fails markdown linting; update the opening triple-backtick for
the diagram to include "text" (i.e. change ``` to ```text) so the diagram code
fence is explicitly marked as plain text and linting passes, targeting the ASCII
diagram code block shown in the diff.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 63778005-da52-4d55-a0d5-363b5ac2e99e

📥 Commits

Reviewing files that changed from the base of the PR and between 788087c and 2fa36ca.

📒 Files selected for processing (6)
  • gitbooks/developing/architecture.zh-CN.md
  • gitbooks/developing/architecture/README.zh-CN.md
  • gitbooks/developing/building-rust-core.zh-CN.md
  • gitbooks/developing/e2e-testing.zh-CN.md
  • gitbooks/developing/getting-set-up.zh-CN.md
  • gitbooks/developing/testing-strategy.zh-CN.md

Comment thread gitbooks/developing/building-rust-core.zh-CN.md Outdated
Comment thread gitbooks/developing/e2e-testing.zh-CN.md
Comment thread gitbooks/developing/getting-set-up.zh-CN.md Outdated
- 10 个纯文本代码块补充 opening fence 语言标识符
  → architecture.zh-CN.md (7), architecture/README.zh-CN.md (1),
     building-rust-core.zh-CN.md (1), getting-set-up.zh-CN.md (1)
- 修复 e2e-testing.zh-CN.md 中大小写错误的链接
  → AGENT-OBSERVABILITY.md → agent-observability.md(Linux 区分大小写)
@senamakel senamakel merged commit 3299c16 into tinyhumansai:main May 22, 2026
27 checks passed
@coderabbitai coderabbitai Bot mentioned this pull request May 22, 2026
12 tasks
senamakel pushed a commit to aqilaziz/openhuman that referenced this pull request May 23, 2026
Co-authored-by: agent:skill-master <skill-master@openclaw>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature Net-new user-facing capability or product behavior. working A PR that is being worked on by the team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants