docs: rename oh-my-opencode to oh-my-openagent in all documentation
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
+6
-6
@@ -1,6 +1,6 @@
|
||||
# Contributing to Oh My OpenCode
|
||||
|
||||
First off, thanks for taking the time to contribute! This document provides guidelines and instructions for contributing to oh-my-opencode.
|
||||
First off, thanks for taking the time to contribute! This document provides guidelines and instructions for contributing to oh-my-openagent.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
@@ -87,19 +87,19 @@ After making changes, you can test your local build in OpenCode:
|
||||
|
||||
```json
|
||||
{
|
||||
"plugin": ["file:///absolute/path/to/oh-my-opencode/dist/index.js"]
|
||||
"plugin": ["file:///absolute/path/to/oh-my-openagent/dist/index.js"]
|
||||
}
|
||||
```
|
||||
|
||||
For example, if your project is at `/Users/yourname/projects/oh-my-opencode`:
|
||||
For example, if your project is at `/Users/yourname/projects/oh-my-openagent`:
|
||||
|
||||
```json
|
||||
{
|
||||
"plugin": ["file:///Users/yourname/projects/oh-my-opencode/dist/index.js"]
|
||||
"plugin": ["file:///Users/yourname/projects/oh-my-openagent/dist/index.js"]
|
||||
}
|
||||
```
|
||||
|
||||
> **Note**: Remove `"oh-my-opencode"` from the plugin array if it exists, to avoid conflicts with the npm version.
|
||||
> **Note**: Remove `"oh-my-openagent"` from the plugin array if it exists, to avoid conflicts with the npm version.
|
||||
|
||||
3. **Restart OpenCode** to load the changes.
|
||||
|
||||
@@ -108,7 +108,7 @@ After making changes, you can test your local build in OpenCode:
|
||||
## Project Structure
|
||||
|
||||
```
|
||||
oh-my-opencode/
|
||||
oh-my-openagent/
|
||||
├── src/
|
||||
│ ├── index.ts # Plugin entry (OhMyOpenCodePlugin)
|
||||
│ ├── plugin-config.ts # JSONC multi-level config (Zod v4)
|
||||
|
||||
Reference in New Issue
Block a user