Skip to content

Commit 632e49b

Browse files
committed
chore: disable wiki and remove wiki references from README
1 parent 7fddcba commit 632e49b

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add to your OpenCode configuration at `~/.config/opencode/opencode.json`:
3232
}
3333
```
3434

35-
The plugin downloads automatically on next startup. macOS users with Apple Silicon must install Homebrew SQLite and configure the custom path - see our Wiki for details.
35+
The plugin downloads automatically on next startup. macOS users with Apple Silicon must install Homebrew SQLite and configure the custom path.
3636

3737
## Usage Examples
3838

@@ -95,14 +95,7 @@ Configure at `~/.config/opencode/opencode-mem.jsonc`:
9595
"memoryApiKey": "env://OPENAI_API_KEY"
9696
```
9797

98-
Full documentation available in our [Configuration Guide](https://github.com/tickernelz/opencode-mem/wiki/Configuration-Guide).
99-
100-
## Documentation
101-
102-
- [Installation Guide](https://github.com/tickernelz/opencode-mem/wiki/Installation-Guide)
103-
- [API Reference](https://github.com/tickernelz/opencode-mem/wiki/API-Reference)
104-
- [Troubleshooting](https://github.com/tickernelz/opencode-mem/wiki/Troubleshooting)
105-
- [Complete Wiki](https://github.com/tickernelz/opencode-mem/wiki)
98+
Full documentation available in this README.
10699

107100
## Development & Contribution
108101

@@ -122,7 +115,6 @@ This project is actively seeking contributions to become the definitive memory p
122115
MIT License - see LICENSE file
123116

124117
- **Repository**: https://github.com/tickernelz/opencode-mem
125-
- **Wiki**: https://github.com/tickernelz/opencode-mem/wiki
126118
- **Issues**: https://github.com/tickernelz/opencode-mem/issues
127119
- **OpenCode Platform**: https://opencode.ai
128120

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-mem",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"description": "OpenCode plugin that gives coding agents persistent memory using local vector database",
55
"type": "module",
66
"main": "dist/plugin.js",

0 commit comments

Comments
 (0)