Skip to content

Commit 6febf0c

Browse files
joeylee12629-starjoey
andauthored
fix: hero Start Reading link + keep Harness Engineering in Chinese text (#42)
1. Fix Start Reading 404 (/guide/introduction -> /guide/what-is-harness) 2. Update hero stats (14 Tutorials, 4 Core Concepts, 5 Practice Guides) 3. Replace all Chinese translations of Harness Engineering with original English Co-authored-by: joey <joey@joeydeMacBook-Air.local>
1 parent 672888b commit 6febf0c

14 files changed

Lines changed: 20 additions & 20 deletions

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 驾驭工程指南
1+
# Harness Engineering Guide
22

33
<p align="center">
44
<em>AI Agent Harness 实战指南 — 每篇配有可运行的代码示例。</em>

site/app/zh/guide/[slug]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export async function generateMetadata({ params }: { params: Promise<{ slug: str
1111
const { slug } = await params;
1212
const content = await getContentBySlug("zh-guide", slug);
1313
return {
14-
title: `${content.title} | 驾驭工程指南`,
14+
title: `${content.title} | Harness Engineering Guide`,
1515
description: content.description,
1616
};
1717
}

site/app/zh/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import ContentCard from "@/components/ContentCard";
33
import { guideSections } from "@/lib/guide-data";
44

55
export const metadata = {
6-
title: "驾驭工程指南 | Harness Engineering Guide",
6+
title: "Harness Engineering Guide | Harness Engineering Guide",
77
description: "Harness Engineering 实战指南 — 从零到一搭建 AI Agent 运行时",
88
};
99

@@ -15,7 +15,7 @@ export default function ZhHomePage() {
1515
<div className="absolute inset-0 bg-gradient-to-b from-[var(--color-accent-cyan)]/5 to-transparent" />
1616
<div className="relative mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 text-center">
1717
<h1 className="font-[family-name:var(--font-heading)] text-5xl sm:text-6xl font-bold text-[var(--color-text-primary)] mb-6 leading-tight">
18-
驾驭工程指南
18+
Harness Engineering Guide
1919
</h1>
2020
<p className="text-lg text-[var(--color-text-secondary)] max-w-2xl mx-auto mb-10">
2121
从零到一学习 AI Agent Harness 的设计、实现和优化。每篇配有可运行的代码示例。

site/components/Hero.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,26 +41,26 @@ export default function Hero() {
4141
<div className="animate-fade-in-up stagger-4 flex flex-wrap justify-center gap-6 mb-10 text-sm text-[var(--color-text-muted)]">
4242
<span className="flex items-center gap-1.5">
4343
<span className="w-1 h-1 rounded-full bg-[var(--color-accent-cyan)]" />
44-
17 Articles
44+
14 Tutorials
4545
</span>
4646
<span className="flex items-center gap-1.5">
4747
<span className="w-1 h-1 rounded-full bg-[var(--color-accent-amber)]" />
48-
5 Guide Chapters
48+
4 Core Concepts
4949
</span>
5050
<span className="flex items-center gap-1.5">
5151
<span className="w-1 h-1 rounded-full bg-[var(--color-accent-cyan)]" />
52-
8 Papers
52+
5 Practice Guides
5353
</span>
5454
<span className="flex items-center gap-1.5">
5555
<span className="w-1 h-1 rounded-full bg-[var(--color-accent-amber)]" />
56-
20+ Tools
56+
Real Code Examples
5757
</span>
5858
</div>
5959

6060
{/* CTAs */}
6161
<div className="animate-fade-in-up stagger-5 flex flex-wrap justify-center gap-4">
6262
<Link
63-
href="/guide/introduction"
63+
href="/guide/what-is-harness"
6464
className="inline-flex items-center gap-2 px-6 py-3 text-sm font-semibold text-white bg-[var(--color-accent-cyan)] rounded-lg hover:opacity-90 transition-all hover:shadow-[0_0_30px_var(--color-accent-cyan-dim)]"
6565
>
6666
Start Reading

site/components/Navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default function Navigation() {
6565
href={isZh ? "/zh" : "/"}
6666
className="font-[family-name:var(--font-heading)] text-lg font-bold text-[var(--color-text-primary)] hover:text-[var(--color-accent-cyan)] transition-colors"
6767
>
68-
{isZh ? "⚡ 驾驭工程指南" : "⚡ Harness Guide"}
68+
{isZh ? "⚡ Harness Engineering Guide" : "⚡ Harness Guide"}
6969
</Link>
7070

7171
{/* Desktop nav */}

zh-articles/horse-book-claude-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 驾驭工程:从 Claude Code 源码到 AI 编码最佳实践(《马书》)
1+
# Harness Engineering:从 Claude Code 源码到 AI 编码最佳实践(《马书》)
22

33
> **原文**: [Tweet](https://x.com/QingQ77/status/2040709023058583774) · Geek Lite ([@QingQ77](https://x.com/QingQ77)) · April 5, 2026
44
> **Engagement**: 400 likes · 127 retweets · 34K views · 561 bookmarks

zh-articles/longjing-2h-harness-speedrun.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2小时速通 Harness 工程:如何从零搭一套 Claude Code 智能体系统
1+
# 2小时速通 Harness Engineering:如何从零搭一套 Claude Code 智能体系统
22

33
> **原文**: [微信公众号 龙井Agent](https://mp.weixin.qq.com/s/WTD0TEKn0h_vjgNR1WGSxQ) · 龙井Agent · 2026-04-01
44
> **分类**: 教程 / 实践
@@ -8,7 +8,7 @@
88

99
## 概述
1010

11-
基于 GitHub 项目 learn-claude-code 的 12 章节,从零到一用 Harness 工程搭建一个类 Claude Code 的 Agent 系统。核心观点:别去"开发"智能体,去给它造一个好用的工作环境。
11+
基于 GitHub 项目 learn-claude-code 的 12 章节,从零到一用 Harness Engineering搭建一个类 Claude Code 的 Agent 系统。核心观点:别去"开发"智能体,去给它造一个好用的工作环境。
1212

1313
## 核心理念
1414

zh-articles/orange-book-harness-engineering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
---
2121

22-
*See also: [Claude Code & Codex Harness Design Philosophy](wquguru-harness-design-philosophy.md) · [驾驭工程:《马书》](horse-book-claude-code.md)*
22+
*See also: [Claude Code & Codex Harness Design Philosophy](wquguru-harness-design-philosophy.md) · [Harness Engineering:《马书》](horse-book-claude-code.md)*

zh-guide/context-engineering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: Nexu
44

55
# Context 工程
66

7-
> **核心洞察:** 模型不知道你没告诉它的事。Context 工程是一门决定什么进入 Context Window、以什么顺序、空间不够时砍掉什么的学科。这是 Harness 工程中杠杆最高的工作——比选模型、调 Prompt、设计 Tool 都重要。
7+
> **核心洞察:** 模型不知道你没告诉它的事。Context 工程是一门决定什么进入 Context Window、以什么顺序、空间不够时砍掉什么的学科。这是 Harness Engineering中杠杆最高的工作——比选模型、调 Prompt、设计 Tool 都重要。
88
99
## 问题
1010

zh-guide/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: Nexu
44

55
# 术语表
66

7-
Harness 工程指南中使用的核心术语,用直白语言定义。
7+
Harness Engineering指南中使用的核心术语,用直白语言定义。
88

99
---
1010

0 commit comments

Comments
 (0)