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
+1 -1
View File
@@ -14,7 +14,7 @@ Written in **TypeScript** for the OpenCode agent environment.
```bash ```bash
# For development # For development
git clone https://github.com/yourusername/opencode-working-memory.git git clone https://github.com/sdwolf4103/opencode-working-memory.git
cd opencode-working-memory cd opencode-working-memory
npm install npm install
+3 -3
View File
@@ -26,7 +26,7 @@ Paste this into Claude Code, Cursor, or any AI agent:
``` ```
Install opencode-working-memory plugin by following: Install opencode-working-memory plugin by following:
https://raw.githubusercontent.com/yourusername/opencode-working-memory/main/docs/installation.md https://raw.githubusercontent.com/sdwolf4103/opencode-working-memory/main/docs/installation.md
``` ```
**Option B: Manual setup** **Option B: Manual setup**
@@ -230,8 +230,8 @@ Contributions welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) first.
## Support ## Support
- 📖 [Documentation](docs/) - 📖 [Documentation](docs/)
- 🐛 [Report Issues](https://github.com/yourusername/opencode-working-memory/issues) - 🐛 [Report Issues](https://github.com/sdwolf4103/opencode-working-memory/issues)
- 💬 [Discussions](https://github.com/yourusername/opencode-working-memory/discussions) - 💬 [Discussions](https://github.com/sdwolf4103/opencode-working-memory/discussions)
## Credits ## Credits
+2 -2
View File
@@ -30,7 +30,7 @@ Add to your `.opencode/package.json`:
```json ```json
{ {
"dependencies": { "dependencies": {
"opencode-working-memory": "github:yourusername/opencode-working-memory" "opencode-working-memory": "github:sdwolf4103/opencode-working-memory"
}, },
"plugins": [ "plugins": [
"opencode-working-memory" "opencode-working-memory"
@@ -50,7 +50,7 @@ npm install
Clone the repository: Clone the repository:
```bash ```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 cd opencode-working-memory
npm install npm install
``` ```
+4 -4
View File
@@ -12,16 +12,16 @@
"ai-agent", "ai-agent",
"llm" "llm"
], ],
"author": "Your Name <your.email@example.com>", "author": "sdwolf4103",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/yourusername/opencode-working-memory.git" "url": "git+https://github.com/sdwolf4103/opencode-working-memory.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/yourusername/opencode-working-memory/issues" "url": "https://github.com/sdwolf4103/opencode-working-memory/issues"
}, },
"homepage": "https://github.com/yourusername/opencode-working-memory#readme", "homepage": "https://github.com/sdwolf4103/opencode-working-memory#readme",
"peerDependencies": { "peerDependencies": {
"@opencode-ai/plugin": "^1.2.0" "@opencode-ai/plugin": "^1.2.0"
}, },