gloves 0.5.7

seamless secret manager and handoff
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "gloves-workspace",
  "private": true,
  "packageManager": "bun@1.3.8",
  "workspaces": [
    "packages/*"
  ],
  "scripts": {
    "build": "bun run --cwd packages/gloves-client build && bun run --cwd packages/gloves-adapter-core build && bun run --cwd packages/gloves-openclaw build && bun run --cwd packages/openclaw-gloves build",
    "test": "cargo build --bin gloves --bin gloves-mcp && bun test",
    "docker:e2e": "bun run scripts/docker-e2e.ts"
  }
}