gloves 0.5.11

seamless secret manager and handoff
Documentation
{
  "name": "@gloves/openclaw",
  "version": "0.1.3",
  "type": "module",
  "files": [
    "dist",
    "openclaw.plugin.json"
  ],
  "exports": {
    ".": "./dist/index.js"
  },
  "openclaw": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "scripts": {
    "build": "bun build src/index.ts --outdir dist --target node",
    "test": "bun test src"
  }
}