mirror of
https://github.com/sdwolf4103/opencode-working-memory.git
synced 2026-07-17 12:56:42 +02:00
Rename project: opencode-working-memory → oh-my-memory
- Updated package.json name and URLs - Updated README.md title and references - Updated docs/installation.md install commands - Updated AGENTS.md project name - Follows oh-my-opencode naming convention
This commit is contained in:
+6
-5
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "opencode-working-memory",
|
||||
"name": "oh-my-memory",
|
||||
"version": "1.0.0",
|
||||
"description": "Advanced four-tier memory architecture for OpenCode with intelligent pressure monitoring and auto-storage governance",
|
||||
"type": "module",
|
||||
@@ -10,18 +10,19 @@
|
||||
"memory",
|
||||
"context-management",
|
||||
"ai-agent",
|
||||
"llm"
|
||||
"llm",
|
||||
"oh-my-opencode"
|
||||
],
|
||||
"author": "Your Name <your.email@example.com>",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/yourusername/opencode-working-memory.git"
|
||||
"url": "git+https://github.com/yourusername/oh-my-memory.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/yourusername/opencode-working-memory/issues"
|
||||
"url": "https://github.com/yourusername/oh-my-memory/issues"
|
||||
},
|
||||
"homepage": "https://github.com/yourusername/opencode-working-memory#readme",
|
||||
"homepage": "https://github.com/yourusername/oh-my-memory#readme",
|
||||
"peerDependencies": {
|
||||
"@opencode-ai/plugin": "^1.2.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user