diff --git a/AGENTS.md b/AGENTS.md index 6f49b9b..144a373 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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 diff --git a/README.md b/README.md index b388bd2..47ed3b1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/installation.md b/docs/installation.md index 28c73cb..edc6f9a 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 ``` diff --git a/package.json b/package.json index de21e1b..48b99a2 100644 --- a/package.json +++ b/package.json @@ -12,16 +12,16 @@ "ai-agent", "llm" ], - "author": "Your Name ", + "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" },