docs(mini_memo): use openvelaClaw brand name to reduce trademark risk - #636
Closed
tanghao-xiaomi wants to merge 1 commit into
Closed
Conversation
Rename the brand-styled references 'VelaClaw' to 'openvelaClaw' in the mini_memo guide prose. The lowercase code identifiers (velaclaw_client_open, velaclaw_ask, @system.velaclaw) and the VELACLAW_DAEMON macro are the actual framework API and remain unchanged.
This was referenced Jul 28, 2026
Collaborator
Author
|
Superseded by #638, which combines the rename and the CI check into a single PR. Closing this one. |
tanghao-xiaomi
added a commit
that referenced
this pull request
Jul 28, 2026
Add a lightweight PR check that fails when the CamelCase brand form
'VelaClaw' appears in any Markdown file. The convention is to use
'openvelaClaw' (lowercase 'openvela' prefix, capital 'C') as the brand
name in prose, to reduce trademark risk.
The check is intentionally case-sensitive and does NOT flag:
- lowercase code identifiers: velaclaw, @system.velaclaw,
velaclaw_client_open, velaclaw_ask (real framework APIs)
- uppercase macro: VELACLAW_DAEMON (real Kconfig / macro name)
Note: this check depends on the brand rename in #636 being merged
first. Otherwise the base branch's existing 'VelaClaw' occurrences
would cause subsequent PRs to fail.
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
Rename the brand-styled references
VelaClawtoopenvelaClawin the mini_memo guide, to reduce trademark risk. Prefixing with the open-source project nameopenvela(with capitalCinClaw) is a lower-risk brand form than the bareVelaClaw.18 CamelCase brand mentions
VelaClaw->openvelaClaw(prose, tables, headings, and descriptive comments in code blocks).The actual framework API identifiers are intentionally left unchanged:
velaclaw_client_open(),velaclaw_ask,@system.velaclawVELACLAW_DAEMONThese are the real API/feature names that participants call, so renaming them here would break the examples.
Scope
docs/zh-cn/contest_2026/ai_hardware/mini_memo_guide.mdNote
This only adjusts brand wording in one contest doc. Renaming the underlying framework feature (the
velaclawAPI /@system.namespace) is out of scope and would require a coordinated upstream change.