v0.5.0
Date: 2026-05-26
Summary
v0.5.0 productizes codex-wake for supportable Codex and OpenClaw wake
operations. It adds durable OpenClaw plugin install/update helpers, unified
product readiness reporting, explicit state lifecycle docs, a repeatable smoke
harness, and operator support boundaries.
Changes
- Added
codex-wake openclaw-plugin install|update|packfor public-tag
materialization, non-linked OpenClaw plugin install/update, guarded linked
path pruning, and npm-pack artifact creation. - Added
codex-wake product-readiness --jsonwith normalized readiness checks
for CLI commands, hooks, skills, repo service, user supervisor, enrolled
roots, monitor health, Codex app-server dispatch, OpenClaw Gateway RPC,
OpenClaw plugin readiness, and tmux availability. - Added
codex-wake --version. - Added
codex-wake supervisor run --once --no-dispatchfor safe smoke checks. - Added
scripts/product_smoke.pyanddocs/product-smoke-matrix.md. - Added
docs/runtime-state-lifecycle.mdanddocs/support-boundary.md. - Added supervisor root
health_statusandremediationfields. - Updated README, daemon-service docs, OpenClaw plugin docs, and the
codex-wakeskill with the productized install/readiness path. - Bumped the OpenClaw plugin metadata/package version to
0.5.0.
Compatibility
Wake record schema version remains 1. The changes are additive:
- existing wake records remain readable;
- repo-scoped services remain supported;
- user supervisor registry entries remain schema version
1; - OpenClaw plugin installs should move from linked development paths to the
public-tag or package-artifact install path; - no-dispatch smoke paths prove polling/state behavior only, not delivery.
Validation
Productization validation is recorded in:
docs/dev/verification/0063-2026-05-26-openclaw-plugin-productized-install.mddocs/dev/verification/0064-2026-05-26-product-readiness-command.mddocs/dev/verification/0065-2026-05-26-state-lifecycle-retention.mddocs/dev/verification/0066-2026-05-26-product-smoke-harness.mddocs/dev/verification/0067-2026-05-26-operator-docs-support-boundary.mddocs/dev/verification/0068-2026-05-26-live-product-smokes.md