rename: clawkeeper

This commit is contained in:
2026-03-07 12:46:36 +10:00
parent 47bc93aacd
commit 7cc575a02e
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# openclaw-memops # clawkeeper
Memory Ops Kit for OpenClaw. Clawkeeper is a Memory Ops Kit for OpenClaw.
Goals: Goals:
- Make OpenClaw memory *operationally reliable* (no more silent failures when embeddings billing breaks). - Make OpenClaw memory *operationally reliable* (no more silent failures when embeddings billing breaks).
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "openclaw-memops", "name": "clawkeeper",
"version": "0.1.0", "version": "0.1.0",
"description": "Memory Ops Kit for OpenClaw: doctor + provider switch (OpenAI/Ollama) + backup plan + recovery helpers.", "description": "Clawkeeper — Memory Ops Kit for OpenClaw: doctor + provider switch (OpenAI/Ollama) + backup plan + recovery helpers.",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"bin": { "bin": {
+1 -1
View File
@@ -150,7 +150,7 @@ function switchProvider(to: 'openai' | 'ollama') {
const [,, cmd, ...args] = process.argv; const [,, cmd, ...args] = process.argv;
if (!cmd || cmd === 'help' || cmd === '--help' || cmd === '-h') { if (!cmd || cmd === 'help' || cmd === '--help' || cmd === '-h') {
console.log('openclaw-memops'); console.log('clawkeeper');
console.log('Commands:'); console.log('Commands:');
console.log(' memops doctor'); console.log(' memops doctor');
console.log(' memops switch openai|ollama'); console.log(' memops switch openai|ollama');