Skip to content

Commit df02649

Browse files
committed
docs(branding): align remaining product naming
1 parent 578b575 commit df02649

5 files changed

Lines changed: 53 additions & 9 deletions

File tree

README.en.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
[中文](README.md) | [English](README.en.md)
44

5-
Coder Studio (desktop app name: `Agent Workbench`) is a local-first desktop workbench for connecting repositories, running Claude-based coding agents, browsing and editing code, reviewing Git changes, and working in embedded terminals from one surface.
5+
Coder Studio is a local-first desktop workbench for connecting repositories, running Claude-based coding agents, browsing and editing code, reviewing Git changes, and working in embedded terminals from one surface.
66

77
## What This Project Is
88

9-
This project is not currently positioned as a generic multi-provider AI platform. It is a desktop Agent Workbench centered around real Git repositories.
9+
This project is not currently positioned as a generic multi-provider AI platform. It is a desktop workbench centered around real Git repositories.
1010

1111
Its core job is to reduce context switching across the full workflow:
1212

@@ -52,6 +52,26 @@ To actually start agents, you also need:
5252
pnpm install
5353
```
5454

55+
## npm CLI Install
56+
57+
Once published, install it directly with:
58+
59+
```bash
60+
npm install -g @spencer-kit/coder-studio
61+
```
62+
63+
Available commands:
64+
65+
```bash
66+
coder-studio start
67+
coder-studio stop
68+
coder-studio restart
69+
coder-studio status
70+
coder-studio logs -f
71+
coder-studio open
72+
coder-studio doctor
73+
```
74+
5575
## Run
5676

5777
### Option 1: Desktop development mode (recommended)
@@ -157,8 +177,10 @@ Development docs:
157177

158178
- Chinese index: `docs/development/README.md`
159179
- Chinese deployment guide: `docs/deployment/README.md`
180+
- Chinese npm packaging guide: `docs/development/npm-release.md`
160181
- English index: `docs/development/README.en.md`
161182
- English deployment guide: `docs/deployment/README.en.md`
183+
- English npm packaging guide: `docs/development/npm-release.en.md`
162184
- Architecture: `docs/development/architecture.en.md`
163185
- Frontend state: `docs/development/frontend-state.en.md`
164186
- Tauri commands: `docs/development/tauri-commands.en.md`

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
[English](README.en.md) | [中文](README.md)
44

5-
Coder Studio(桌面应用名:`Agent Workbench`是一个本地优先的桌面工作台,用于把仓库接入、Claude Agent 运行、代码浏览与编辑、Git 操作、内置终端放到同一个界面中。
5+
Coder Studio 是一个本地优先的桌面工作台,用于把仓库接入、Claude Agent 运行、代码浏览与编辑、Git 操作、内置终端放到同一个界面中。
66

77
## 项目是什么
88

9-
这个项目当前的产品形态不是“通用 AI 平台”,而是一个围绕真实 Git 仓库工作的桌面端 Agent Workbench
9+
这个项目当前的产品形态不是“通用 AI 平台”,而是一个围绕真实 Git 仓库工作的桌面端工作台
1010

1111
它解决的核心问题是:
1212

@@ -51,6 +51,26 @@ Coder Studio(桌面应用名:`Agent Workbench`)是一个本地优先的桌
5151
pnpm install
5252
```
5353

54+
## npm CLI 安装
55+
56+
发布后可以直接安装:
57+
58+
```bash
59+
npm install -g @spencer-kit/coder-studio
60+
```
61+
62+
安装后可用命令:
63+
64+
```bash
65+
coder-studio start
66+
coder-studio stop
67+
coder-studio restart
68+
coder-studio status
69+
coder-studio logs -f
70+
coder-studio open
71+
coder-studio doctor
72+
```
73+
5474
## 运行
5575

5676
### 方式 1:桌面开发模式(推荐)
@@ -156,8 +176,10 @@ pnpm tauri build
156176

157177
- 开发文档入口:`docs/development/README.md`
158178
- 部署文档:`docs/deployment/README.md`
179+
- npm 发布与 CLI:`docs/development/npm-release.md`
159180
- Development Docs: `docs/development/README.en.md`
160181
- Deployment Guide: `docs/deployment/README.en.md`
182+
- npm Packaging and Release: `docs/development/npm-release.en.md`
161183
- 架构说明:`docs/development/architecture.md`
162184
- Frontend 状态:`docs/development/frontend-state.md`
163185
- Tauri 命令清单:`docs/development/tauri-commands.md`

docs/PRD.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Agent Workbench PRD (Current Implementation Baseline)
1+
# Coder Studio PRD (Current Implementation Baseline)
22

33
Version: 2026-03-19
44
Status: current implementation baseline
@@ -21,7 +21,7 @@ The implementation baseline comes primarily from:
2121

2222
## 2. Product Summary
2323

24-
Agent Workbench is a Tauri-based desktop workbench that brings the following tasks into one operational surface:
24+
Coder Studio is a Tauri-based desktop workbench that brings the following tasks into one operational surface:
2525

2626
- connecting local or remote Git repositories
2727
- starting and managing Claude agent sessions

docs/PRD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Agent Workbench PRD(Current Implementation Baseline)
1+
# Coder Studio PRD(Current Implementation Baseline)
22

33
版本:2026-03-19
44
状态:现状对齐版 / Current implementation baseline
@@ -21,7 +21,7 @@
2121

2222
## 2. 产品定义 / Product Summary
2323

24-
Agent Workbench 是一个基于 Tauri 的桌面端本地工作台,用来把以下工作集中到一个操作面中:
24+
Coder Studio 是一个基于 Tauri 的桌面端本地工作台,用来把以下工作集中到一个操作面中:
2525

2626
- 连接本地或远程 Git 仓库
2727
- 启动并管理 Claude Agent 会话

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Agent Workbench</title>
6+
<title>Coder Studio</title>
77
</head>
88
<body>
99
<div id="root"></div>

0 commit comments

Comments
 (0)