Skip to content

v0.5.0

Latest

Choose a tag to compare

@ecochran76 ecochran76 released this 26 May 13:12

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|pack for public-tag
    materialization, non-linked OpenClaw plugin install/update, guarded linked
    path pruning, and npm-pack artifact creation.
  • Added codex-wake product-readiness --json with 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-dispatch for safe smoke checks.
  • Added scripts/product_smoke.py and docs/product-smoke-matrix.md.
  • Added docs/runtime-state-lifecycle.md and docs/support-boundary.md.
  • Added supervisor root health_status and remediation fields.
  • Updated README, daemon-service docs, OpenClaw plugin docs, and the
    codex-wake skill 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.md
  • docs/dev/verification/0064-2026-05-26-product-readiness-command.md
  • docs/dev/verification/0065-2026-05-26-state-lifecycle-retention.md
  • docs/dev/verification/0066-2026-05-26-product-smoke-harness.md
  • docs/dev/verification/0067-2026-05-26-operator-docs-support-boundary.md
  • docs/dev/verification/0068-2026-05-26-live-product-smokes.md