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:
YeonGyu-Kim
2026-03-17 14:14:33 +09:00
parent a067a6d5d3
commit 77e7286d3c
16 changed files with 137 additions and 137 deletions
+6 -6
View File
@@ -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)