mirror of
https://github.com/sdwolf4103/opencode-working-memory.git
synced 2026-06-02 06:19:36 +02:00
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:
@@ -14,7 +14,7 @@ Written in **TypeScript** for the OpenCode agent environment.
|
||||
|
||||
```bash
|
||||
# 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
|
||||
npm install
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ Paste this into Claude Code, Cursor, or any AI agent:
|
||||
|
||||
```
|
||||
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**
|
||||
@@ -230,8 +230,8 @@ Contributions welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) first.
|
||||
## Support
|
||||
|
||||
- 📖 [Documentation](docs/)
|
||||
- 🐛 [Report Issues](https://github.com/yourusername/opencode-working-memory/issues)
|
||||
- 💬 [Discussions](https://github.com/yourusername/opencode-working-memory/discussions)
|
||||
- 🐛 [Report Issues](https://github.com/sdwolf4103/opencode-working-memory/issues)
|
||||
- 💬 [Discussions](https://github.com/sdwolf4103/opencode-working-memory/discussions)
|
||||
|
||||
## Credits
|
||||
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
+4
-4
@@ -12,16 +12,16 @@
|
||||
"ai-agent",
|
||||
"llm"
|
||||
],
|
||||
"author": "Your Name <your.email@example.com>",
|
||||
"author": "sdwolf4103",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/yourusername/opencode-working-memory.git"
|
||||
"url": "git+https://github.com/sdwolf4103/opencode-working-memory.git"
|
||||
},
|
||||
"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": {
|
||||
"@opencode-ai/plugin": "^1.2.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user