Skip to content

Commit 4588cfb

Browse files
hubo1989claude
andcommitted
♻️ refactor: 统一项目名称为 hyper-agent-browser
将所有变体统一为标准格式 hyper-agent-browser: - hyperagentbrowser -> hyper-agent-browser - hyper-browser-agent -> hyper-agent-browser 改动文件: package.json, README.md, CLAUDE.md, src/cli.ts 等 13 个文件 Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c32b788 commit 4588cfb

13 files changed

Lines changed: 29 additions & 29 deletions

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## 项目概述
66

7-
**hyperagentbrowser (hab)** - 纯浏览器操作 CLI 工具,供 AI Agent 调用
7+
**hyper-agent-browser (hab)** - 纯浏览器操作 CLI 工具,供 AI Agent 调用
88

99
核心理念:将 AI 决策与浏览器操作分离。CLI 负责确定性的浏览器操作,AI Agent 负责任务理解和决策。
1010

ELEMENT_REFERENCE_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 概述
44

5-
hyperagentbrowser 现在支持使用 `@e1`, `@e2` 等引用来操作页面元素,无需手动编写 CSS 选择器。
5+
hyper-agent-browser 现在支持使用 `@e1`, `@e2` 等引用来操作页面元素,无需手动编写 CSS 选择器。
66

77
## 工作原理
88

FINAL_SUMMARY.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🎉 hyperagentbrowser v0.1.0 项目完成总结
1+
# 🎉 hyper-agent-browser v0.1.0 项目完成总结
22

33
## ✅ 项目状态:功能完整
44

@@ -171,7 +171,7 @@ hyper-agent-browser/
171171
# 传统方式
172172
hab click 'css=button.MuiButton-root.MuiButton-contained.MuiButton-sizeMedium'
173173

174-
# hyperagentbrowser 方式
174+
# hyper-agent-browser 方式
175175
hab snapshot -i # 生成引用
176176
hab click @e5 # 简洁明了
177177
```
@@ -182,7 +182,7 @@ hab click @e5 # 简洁明了
182182

183183
```
184184
┌─────────────┐ Skill ┌──────────────────┐
185-
│ AI Agent │ ──────► │ hyperagentbrowser
185+
│ AI Agent │ ──────► │ hyper-agent-browser
186186
│ (Claude) │ │ (CLI) │
187187
│ • 理解任务 │ │ • 执行操作 │
188188
│ • 分析快照 │ │ • 返回结果 │
@@ -405,7 +405,7 @@ MIT License - 详见 LICENSE 文件
405405
## 📊 最终数据
406406

407407
```yaml
408-
项目名称: hyperagentbrowser
408+
项目名称: hyper-agent-browser
409409
版本: 0.1.0
410410
状态: ✅ 功能完整
411411
规格符合度: 100%

GETTING_STARTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Getting Started with hyperagentbrowser
1+
# Getting Started with hyper-agent-browser
22

33
## 前置要求
44

IMPLEMENTATION_SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hyperagentbrowser (hab) - 功能完成总结
1+
# hyper-agent-browser (hab) - 功能完成总结
22

33
## 任务完成情况
44

PROJECT_COMPLETION_REPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hyperagentbrowser v0.1.0 项目完成报告
1+
# hyper-agent-browser v0.1.0 项目完成报告
22

33
**日期**: 2026-01-15
44
**状态**: ✅ 所有 specs 功能已完成

PROJECT_STATUS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hyperagentbrowser v0.1.0 项目初始化完成 ✅
1+
# hyper-agent-browser v0.1.0 项目初始化完成 ✅
22

33
## 已完成功能
44

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hyperagentbrowser (hab)
1+
# hyper-agent-browser (hab)
22

33
**纯浏览器自动化 CLI,专为 AI Agent 设计**
44

@@ -78,7 +78,7 @@ bun dev -- -s gmail snapshot -i
7878
# 传统方式(繁琐)
7979
hab click 'css=button.MuiButton-root.MuiButton-contained'
8080

81-
# hyperagentbrowser 方式(简单)
81+
# hyper-agent-browser 方式(简单)
8282
hab snapshot -i # 生成引用
8383
hab click @e5 # 使用引用
8484
```
@@ -124,7 +124,7 @@ bun run build:all # 所有平台
124124

125125
## 🤖 AI Agent 集成
126126

127-
hyperagentbrowser 专为 AI Agent 设计。安装 Skill 文件:
127+
hyper-agent-browser 专为 AI Agent 设计。安装 Skill 文件:
128128

129129
```bash
130130
mkdir -p ~/.claude/skills

SPEC_COMPLETION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# hyperagentbrowser Spec 功能完成情况
1+
# hyper-agent-browser Spec 功能完成情况
22

3-
**项目**: hyperagentbrowser (hab)
3+
**项目**: hyper-agent-browser (hab)
44
**日期**: 2026-01-15
55
**版本**: v0.1.0
66

hyper-agent-browser-spec.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# hyperagentbrowser 技术规格文档
1+
# hyper-agent-browser 技术规格文档
22

3-
> **项目代号**: hyperagentbrowser (HBA)
3+
> **项目代号**: hyper-agent-browser (HBA)
44
> **版本**: 1.0.0-spec
55
> **日期**: 2026-01-15
66
> **状态**: Draft
@@ -28,7 +28,7 @@
2828

2929
```
3030
┌─────────────────┐ ┌─────────────────┐
31-
│ AI Agent │ Skill │ hyperagentbrowser
31+
│ AI Agent │ Skill │ hyper-agent-browser
3232
│ (Claude Code) │ ──────► │ (CLI) │
3333
│ │ │ │
3434
│ • 理解任务 │ │ • 执行操作 │
@@ -94,7 +94,7 @@ $ hab press Enter
9494
├─────────────────────────────────────────────────────────────────────┤
9595
│ │
9696
│ ┌─────────────────────────────────────────────────────────────┐ │
97-
│ │ hyperagentbrowser CLI │ │
97+
│ │ hyper-agent-browser CLI │ │
9898
│ │ (Bun) │ │
9999
│ │ │ │
100100
│ │ Commands: │ │
@@ -126,7 +126,7 @@ $ hab press Enter
126126
### 2.2 模块划分
127127

128128
```
129-
hyper-browser-agent/
129+
hyper-agent-browser/
130130
├── src/
131131
│ ├── cli.ts # CLI 入口
132132
│ ├── index.ts # SDK 入口(可选)
@@ -221,7 +221,7 @@ hyper-browser-agent/
221221

222222
```json
223223
{
224-
"name": "hyper-browser-agent",
224+
"name": "hyper-agent-browser",
225225
"version": "1.0.0",
226226
"type": "module",
227227
"bin": {
@@ -583,7 +583,7 @@ hab config set headed true
583583
hab version
584584

585585
# 输出
586-
hyperagentbrowser v1.0.0
586+
hyper-agent-browser v1.0.0
587587
Bun v1.1.0
588588
Patchright v1.55.1
589589
```
@@ -603,7 +603,7 @@ Control web browsers through CLI commands for automation tasks.
603603

604604
## Overview
605605

606-
hyperagentbrowser (hab) is a browser automation CLI that lets you:
606+
hyper-agent-browser (hab) is a browser automation CLI that lets you:
607607
- Navigate web pages
608608
- Interact with elements (click, fill, type)
609609
- Extract page information via snapshots
@@ -1120,14 +1120,14 @@ bun run build:all
11201120
11211121
```bash
11221122
# 方式 1: npm/bun 全局安装
1123-
bun add -g hyper-browser-agent
1123+
bun add -g hyper-agent-browser
11241124
11251125
# 方式 2: 下载编译好的二进制
11261126
curl -fsSL https://github.com/.../releases/download/v1.0.0/hab-darwin-arm64 -o /usr/local/bin/hab
11271127
chmod +x /usr/local/bin/hab
11281128
11291129
# 方式 3: Homebrew (macOS)
1130-
brew install hyper-browser-agent
1130+
brew install hyper-agent-browser
11311131
```
11321132
11331133
---

0 commit comments

Comments
 (0)