Revert "Rename project: opencode-working-memory → oh-my-memory"

This reverts commit bf11c9d55c.
This commit is contained in:
Ralph Chang
2026-02-18 10:06:20 +08:00
parent bf11c9d55c
commit 484cb420ca
4 changed files with 25 additions and 26 deletions
+9 -9
View File
@@ -10,7 +10,7 @@
### Option 1: Install from npm (Recommended)
```bash
npm install oh-my-memory
npm install opencode-working-memory
```
Then add to your `.opencode/package.json`:
@@ -18,7 +18,7 @@ Then add to your `.opencode/package.json`:
```json
{
"plugins": [
"oh-my-memory"
"opencode-working-memory"
]
}
```
@@ -30,10 +30,10 @@ Add to your `.opencode/package.json`:
```json
{
"dependencies": {
"oh-my-memory": "github:yourusername/oh-my-memory"
"opencode-working-memory": "github:yourusername/opencode-working-memory"
},
"plugins": [
"oh-my-memory"
"opencode-working-memory"
]
}
```
@@ -50,8 +50,8 @@ npm install
Clone the repository:
```bash
git clone https://github.com/yourusername/oh-my-memory.git
cd oh-my-memory
git clone https://github.com/yourusername/opencode-working-memory.git
cd opencode-working-memory
npm install
```
@@ -59,7 +59,7 @@ Link to your OpenCode project:
```bash
cd /path/to/your/project/.opencode
npm link /path/to/oh-my-memory
npm link /path/to/opencode-working-memory
```
Add to `.opencode/package.json`:
@@ -67,7 +67,7 @@ Add to `.opencode/package.json`:
```json
{
"plugins": [
"oh-my-memory"
"opencode-working-memory"
]
}
```
@@ -119,7 +119,7 @@ The plugin works out-of-the-box with sensible defaults. For advanced configurati
```bash
cd .opencode
npm uninstall oh-my-memory
npm uninstall opencode-working-memory
```
Remove from `.opencode/package.json` plugins array. Memory files in `.opencode/memory-*` will persist unless manually deleted.