Thanks for improving OpenClaw Managed Agents.
Requirements:
- Node
>=22.14.0 - pnpm
- Docker
pnpm install
pnpm lint
pnpm test
pnpm buildRun the local stack:
cp .env.example .env
docker compose up --build -d- Keep changes scoped.
- Add or update tests when behavior changes.
- Keep public API changes reflected in
README.md,openapi/openapi.yaml, and both SDKs. - Do not add silent fallbacks for provider/runtime/store failures.
- Do not change the license away from MIT.
- Update versions in
package.json,sdk/typescript/package.json, andsdk/python/pyproject.toml. - Update
CHANGELOG.md. - Run
pnpm lint,pnpm test,pnpm build. - Run SDK builds/tests.
- Tag
vX.Y.Z; release workflows publish GHCR images, SDKs, and the GitHub release.