Skip to content

Commit 75d3bd4

Browse files
committed
chore: update README and package.json for release
1 parent 63a8a31 commit 75d3bd4

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ When using OpenCode's standard "Build mode" to create or modify OpenSpec plannin
3232

3333
**Option 1: Let your agent do it (Recommended)**
3434

35-
Paste this prompt into OpenCode:
35+
Copy and paste this prompt to your LLM agent (Claude Code, AmpCode, Cursor, etc.):
3636

3737
```
38-
Install opencode-plugin-openspec. It is an NPM package. Please add "opencode-plugin-openspec" to my opencode.json plugin list.
38+
Install opencode-plugin-openspec by following the instructions here:
39+
https://raw.githubusercontent.com/Octane0411/opencode-plugin-openspec/main/README.md
3940
```
4041

4142
**Option 2: Manual Installation**
@@ -54,7 +55,9 @@ OpenCode will automatically download and install the plugin the next time it run
5455

5556
### For LLM Agents
5657

57-
If you are an AI agent tasked with installing this plugin, follow these steps:
58+
If you are an AI agent tasked with setting up this plugin, follow these steps:
59+
60+
**IMPORTANT**: Do NOT run `npm install` or any terminal commands. You only need to edit the configuration file.
5861

5962
1. **Locate Configuration**: Find the user's OpenCode configuration file. It is typically at `~/.config/opencode/opencode.json` or `.opencode/opencode.json` in the workspace root.
6063
2. **Read Configuration**: Read the content of the configuration file.
@@ -68,6 +71,8 @@ If you are an AI agent tasked with installing this plugin, follow these steps:
6871
```
6972
4. **Verify**: Inform the user that the plugin has been added and will be installed on the next OpenCode run.
7073

74+
> **Note**: You do not need to run `npm install` or download the package manually. OpenCode will automatically fetch the plugin based on the configuration.
75+
7176
## Usage
7277

7378
1. Open an OpenSpec project in OpenCode.
@@ -79,7 +84,7 @@ If you are an AI agent tasked with installing this plugin, follow these steps:
7984

8085
1. Clone the repository:
8186
```bash
82-
git clone https://github.com/yourusername/opencode-plugin-openspec.git
87+
git clone https://github.com/Octane0411/opencode-plugin-openspec.git
8388
cd opencode-plugin-openspec
8489
```
8590

0 commit comments

Comments
 (0)