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

@@ -20,8 +20,8 @@ describe("tool-policy", () => {
expect(resolveToolProfilePolicy("nope")).toBeUndefined();
});
it("includes core tool groups in group:moltbot", () => {
const group = TOOL_GROUPS["group:moltbot"];
it("includes core tool groups in group:openclaw", () => {
const group = TOOL_GROUPS["group:openclaw"];
expect(group).toContain("browser");
expect(group).toContain("message");
expect(group).toContain("session_status");