|
2 | 2 |
|
3 | 3 | [中文](README.md) | [English](README.en.md) |
4 | 4 |
|
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. |
6 | 6 |
|
7 | 7 | ## What This Project Is |
8 | 8 |
|
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. |
10 | 10 |
|
11 | 11 | Its core job is to reduce context switching across the full workflow: |
12 | 12 |
|
@@ -52,6 +52,26 @@ To actually start agents, you also need: |
52 | 52 | pnpm install |
53 | 53 | ``` |
54 | 54 |
|
| 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 | + |
55 | 75 | ## Run |
56 | 76 |
|
57 | 77 | ### Option 1: Desktop development mode (recommended) |
@@ -157,8 +177,10 @@ Development docs: |
157 | 177 |
|
158 | 178 | - Chinese index: `docs/development/README.md` |
159 | 179 | - Chinese deployment guide: `docs/deployment/README.md` |
| 180 | +- Chinese npm packaging guide: `docs/development/npm-release.md` |
160 | 181 | - English index: `docs/development/README.en.md` |
161 | 182 | - English deployment guide: `docs/deployment/README.en.md` |
| 183 | +- English npm packaging guide: `docs/development/npm-release.en.md` |
162 | 184 | - Architecture: `docs/development/architecture.en.md` |
163 | 185 | - Frontend state: `docs/development/frontend-state.en.md` |
164 | 186 | - Tauri commands: `docs/development/tauri-commands.en.md` |
0 commit comments