Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,11 @@ Most AI coding assistants respond to requests without structure or methodology.

### Installation

Install the plugin via npm:

```bash
npm install @fro.bot/systematic
```

Add it to your OpenCode configuration (`~/.config/opencode/opencode.json`):
Add the plugin to your OpenCode configuration (`~/.config/opencode/opencode.json`):

```json
{
"plugins": ["@fro.bot/systematic"]
"plugins": ["@fro.bot/systematic@latest"]
}
```

Expand Down