Update GitHub URLs: yourusername → sdwolf4103

- Updated package.json repository URLs
- Updated README.md installation and support links
- Updated docs/installation.md clone URL
- Updated AGENTS.md clone URL
This commit is contained in:
Ralph Chang
2026-02-18 10:10:03 +08:00
parent 484cb420ca
commit 5c7dd0f421
4 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ Add to your `.opencode/package.json`:
```json
{
"dependencies": {
"opencode-working-memory": "github:yourusername/opencode-working-memory"
"opencode-working-memory": "github:sdwolf4103/opencode-working-memory"
},
"plugins": [
"opencode-working-memory"
@@ -50,7 +50,7 @@ npm install
Clone the repository:
```bash
git clone https://github.com/yourusername/opencode-working-memory.git
git clone https://github.com/sdwolf4103/opencode-working-memory.git
cd opencode-working-memory
npm install
```