This repository was archived by the owner on May 5, 2026. It is now read-only.
Releases: MachineWisdomAI/ProdClaw
Releases · MachineWisdomAI/ProdClaw
ProdClaw v1.0.0-rc.1
First ProdClaw release candidate.
Upstream baseline: OpenClaw v2026.4.20 (npm publish 2026-04-21, 10+ days old)
Release branch: ga/1.0 — permanent release branch for the 1.0.x series
Install:
# Download tarball (after workflow completes)
gh release download v1.0.0-rc.1 -R MachineWisdomAI/ProdClaw -p 'prodclaw-*.tgz'
npm install -g ./prodclaw-1.0.0-rc.1.tgzVerify:
openclaw --version # 1.0.0-rc.1
npm list -g --json | jq '.dependencies.openclaw.version' # "1.0.0-rc.1"