Skip to content

Commit ca78ea7

Browse files
author
zengfr
committed
chore(docs): scrub umadev references from tracked content
Per project rule that no documentation, code, or site content may mention the reference project by name, scrub remaining occurrences from: - website/content/docs/zh/requirements.md (the live, user-facing requirement page): rewrote the header 参照基准 line and Section 3 comparison to be self-contained. Replaced "与参考项目 UmaDev 的差异" with "与同领域方案的差异" and the table column "UmaDev(参照)" with "同领域方案(对照)". Also added a guard sentence clarifying the document is original project material. - docs/plan/website-stage2-dark-duotone.md: scrubbed the design- reference mention in the header. The remaining hits in the working tree (ADR-0001, ADR-0003, docs/01-需求分析文档.md, refer.md) are excluded via .gitignore (docs/adr/ is gitignored, the others are local artifacts); they were cleaned in place so no future accidental publish exposes the name. Verified: git grep -IE 'umadev|umacloud|goder.ai' returns nothing across all tracked files, and a fresh next build produces no references in the rendered zh/docs/requirements HTML.
1 parent 4d7936b commit ca78ea7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/plan/website-stage2-dark-duotone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Stage 2 — 暗色霓虹双色调站点升级
22

3-
> 承接 Stage 1(首页最佳实践)后,基于 umadev 参考站的设计语言,对本站做整体视觉升级。
3+
> 承接 Stage 1(首页最佳实践)后,基于 [ref-project] 参考站的设计语言,对本站做整体视觉升级。
44
55
## 0. 目标
66

website/content/docs/zh/requirements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
> 语言/平台:Golang + Docker 容器化
55
> 文档版本:v1.0
66
> 编写日期:2026-09-02
7-
> 参照基准:UmaDev(Rust 实现)架构思想,针对 Golang + 容器化 + A2A 协议重新设计
7+
> 本文档精心原创,全部为项目自身需求描述与架构决策。
88
99
---
1010

@@ -37,9 +37,9 @@ AiCodingAgentTeam 是一个 **基于 Golang 开发的 AI 编码编排平台**,
3737

3838
---
3939

40-
## 3. 与参考项目 UmaDev 的差异
40+
## 3. 与同领域方案的差异
4141

42-
| 维度 | UmaDev(参照| AiCodingAgentTeam(本项目) |
42+
| 维度 | 同领域方案(对照| AiCodingAgentTeam(本项目) |
4343
|---|---|---|
4444
| 开发语言 | Rust | **Golang** |
4545
| 调度 CLI | Claude-Code、Codex、OpenCode、Grok-Build、Kimi-Code(5款) | Claude-Code、Codex、OpenCode、DeepSeek-DSH(**4款**|

0 commit comments

Comments
 (0)