mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
61cf4b9246
* feat(buzz): add live QA runner * ci(qa): add gated Buzz live lane * docs(qa): document Buzz live testing * fix(buzz): keep QA relay type private * test(buzz): type QA suite mock * fix(buzz): preserve racing QA reply relations * fix(qa): harden Buzz credential redaction * fix(buzz): ignore retained QA relay events * fix(buzz): clean up observer setup failures * test(buzz): return complete racing messages * fix(buzz): default QA credentials to file * fix(qa): validate pooled Buzz secrets * fix(qa): redact structured Buzz auth tags * fix(buzz): preserve QA credential env override * fix(qa): redact inspected Buzz auth tags * test(buzz): limit live QA to supported scenarios * ci(qa): run Buzz lane in release checks * fix(qa): require secure remote Buzz relays * fix(qa): satisfy Buzz QA validation gates * fix(qa): inject credential leasing into transport adapters
17 lines
380 B
JSON
17 lines
380 B
JSON
{
|
|
"name": "@openclaw/qa-convex-credential-broker",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Convex HTTP credential lease broker for OpenClaw QA lab",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dashboard": "convex dashboard",
|
|
"deploy": "convex deploy",
|
|
"dev": "convex dev"
|
|
},
|
|
"dependencies": {
|
|
"convex": "1.42.3",
|
|
"nostr-tools": "2.24.1"
|
|
}
|
|
}
|