Package Exports
- @codemem/opencode-plugin
Readme
@codemem/opencode-plugin
Persistent memory plugin for OpenCode.
Install
Recommended:
npx -y codemem setup --opencode-onlyManual config also works. Add the package name to your OpenCode config:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@codemem/opencode-plugin"]
}OpenCode installs npm plugins automatically with Bun at startup.
Documentation
- Repository: https://github.com/kunickiaj/codemem
- Full README: https://github.com/kunickiaj/codemem#readme
- User guide: https://github.com/kunickiaj/codemem/blob/main/docs/user-guide.md
- Architecture: https://github.com/kunickiaj/codemem/blob/main/docs/architecture.md