文档: 同步 OpenClaw 安装与集成说明 (#432)

Syncs OpenClaw install docs and integration paths. Aligns README examples with current script behavior.
This commit is contained in:
Ryanba
2026-04-11 07:54:58 +08:00
committed by GitHub
parent 618582cdcc
commit 30f6f18d41
9 changed files with 44 additions and 18 deletions

View File

@@ -33,6 +33,12 @@ supported agentic coding tools.
./scripts/install.sh --tool gemini-cli
```
If you install OpenClaw and the gateway is already running, restart it after installation:
```bash
openclaw gateway restart
```
For project-scoped tools such as OpenCode, Cursor, Aider, and Windsurf, run
the installer from your target project root as shown in the tool-specific
sections below.

View File

@@ -1,6 +1,6 @@
# Aider Integration
All 61 Agency agents are consolidated into a single `CONVENTIONS.md` file.
The full Agency roster is consolidated into a single `CONVENTIONS.md` file.
Aider reads this file automatically when it's present in your project root.
## Install

View File

@@ -1,6 +1,6 @@
# Antigravity Integration
Installs all 61 Agency agents as Antigravity skills. Each agent is prefixed
Installs the full Agency roster as Antigravity skills. Each agent is prefixed
with `agency-` to avoid conflicts with existing skills.
## Install

View File

@@ -28,4 +28,4 @@ Use the Reality Checker agent to verify this feature is production-ready.
## Agent Directory
Agents are organized into divisions. See the [main README](../../README.md) for
the full current roster.
the full Agency roster.

View File

@@ -1,6 +1,6 @@
# Cursor Integration
Converts all 61 Agency agents into Cursor `.mdc` rule files. Rules are
Converts the full Agency roster into Cursor `.mdc` rule files. Rules are
**project-scoped** — install them from your project root.
## Install

View File

@@ -1,6 +1,6 @@
# Windsurf Integration
All 61 Agency agents are consolidated into a single `.windsurfrules` file.
The full Agency roster is consolidated into a single `.windsurfrules` file.
Rules are **project-scoped** — install them from your project root.
## Install