refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions

View File

@@ -37,7 +37,7 @@ describe("memory cli", () => {
files: 2,
chunks: 5,
dirty: false,
workspaceDir: "/tmp/clawd",
workspaceDir: "/tmp/openclaw",
dbPath: "/tmp/memory.sqlite",
provider: "openai",
model: "text-embedding-3-small",
@@ -82,7 +82,7 @@ describe("memory cli", () => {
files: 0,
chunks: 0,
dirty: true,
workspaceDir: "/tmp/clawd",
workspaceDir: "/tmp/openclaw",
dbPath: "/tmp/memory.sqlite",
provider: "openai",
model: "text-embedding-3-small",
@@ -121,7 +121,7 @@ describe("memory cli", () => {
files: 1,
chunks: 1,
dirty: false,
workspaceDir: "/tmp/clawd",
workspaceDir: "/tmp/openclaw",
dbPath: "/tmp/memory.sqlite",
provider: "openai",
model: "text-embedding-3-small",
@@ -154,7 +154,7 @@ describe("memory cli", () => {
files: 0,
chunks: 0,
dirty: false,
workspaceDir: "/tmp/clawd",
workspaceDir: "/tmp/openclaw",
dbPath: "/tmp/memory.sqlite",
provider: "openai",
model: "text-embedding-3-small",
@@ -186,7 +186,7 @@ describe("memory cli", () => {
files: 1,
chunks: 1,
dirty: false,
workspaceDir: "/tmp/clawd",
workspaceDir: "/tmp/openclaw",
dbPath: "/tmp/memory.sqlite",
provider: "openai",
model: "text-embedding-3-small",
@@ -224,7 +224,7 @@ describe("memory cli", () => {
files: 1,
chunks: 1,
dirty: false,
workspaceDir: "/tmp/clawd",
workspaceDir: "/tmp/openclaw",
dbPath: "/tmp/memory.sqlite",
provider: "openai",
model: "text-embedding-3-small",