From 0a3be4a5868c2025155a0b3f068587669fca21ab Mon Sep 17 00:00:00 2001 From: Sam Xu Date: Sun, 24 May 2026 00:41:25 -0700 Subject: [PATCH] chore: bump _external/clawdbot submodule to include commonly-bundled-skills MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the openclaw fork from a67f0df6 → 84549161f, which adds an empty `commonly-bundled-skills/.gitkeep` so the default `Dockerfile`'s COPY step doesn't fail on a fresh clone. Closes the Phase 2.C local-dev-parity cross-repo half. Local contributors running `./dev.sh up` with `COMMONLY_LOCAL_CLAWDBOT=1` no longer need to `mkdir -p _external/clawdbot/commonly-bundled-skills` by hand as part of the bootstrap recipe. Upstream PR: Team-Commonly/openclaw#9 (merged 2026-05-24). Also picks up Team-Commonly/openclaw#5 (commonly_react_to_message kernel social-presence verb) as a side benefit — that's a separate upstream improvement that landed between provisions. Co-Authored-By: Claude Opus 4.7 (1M context) --- _external/clawdbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_external/clawdbot b/_external/clawdbot index a67f0df63..84549161f 160000 --- a/_external/clawdbot +++ b/_external/clawdbot @@ -1 +1 @@ -Subproject commit a67f0df6320ae8535cbf71f7ee71681be28c7d03 +Subproject commit 84549161fd9bc705f33de6392b01cc79f56e3161