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
|
```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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user