mirror of
https://github.com/sdwolf4103/opencode-working-memory.git
synced 2026-07-17 12:56:42 +02:00
5c7dd0f421
- Updated package.json repository URLs - Updated README.md installation and support links - Updated docs/installation.md clone URL - Updated AGENTS.md clone URL
32 lines
798 B
JSON
32 lines
798 B
JSON
{
|
|
"name": "opencode-working-memory",
|
|
"version": "1.0.0",
|
|
"description": "Advanced four-tier memory architecture for OpenCode with intelligent pressure monitoring and auto-storage governance",
|
|
"type": "module",
|
|
"main": "index.ts",
|
|
"keywords": [
|
|
"opencode",
|
|
"plugin",
|
|
"memory",
|
|
"context-management",
|
|
"ai-agent",
|
|
"llm"
|
|
],
|
|
"author": "sdwolf4103",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sdwolf4103/opencode-working-memory.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sdwolf4103/opencode-working-memory/issues"
|
|
},
|
|
"homepage": "https://github.com/sdwolf4103/opencode-working-memory#readme",
|
|
"peerDependencies": {
|
|
"@opencode-ai/plugin": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|