gloves 0.5.10

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-openclaw build",
    "test": "cargo build --bin gloves --bin gloves-mcp && bun run --cwd packages/gloves-client test && bun run --cwd packages/gloves-openclaw test",
    "docker:e2e": "bun run scripts/docker-e2e.ts"
  }
}