Skip to content

chore: add commonly-bundled-skills/.gitkeep so the OSS Dockerfile builds#9

Merged
samxu01 merged 1 commit into
mainfrom
chore/local-dev-bundled-skills-gitkeep
May 24, 2026
Merged

chore: add commonly-bundled-skills/.gitkeep so the OSS Dockerfile builds#9
samxu01 merged 1 commit into
mainfrom
chore/local-dev-bundled-skills-gitkeep

Conversation

@samxu01
Copy link
Copy Markdown

@samxu01 samxu01 commented May 24, 2026

Summary

  • Adds an empty placeholder commonly-bundled-skills/.gitkeep so the default Dockerfile's COPY commonly-bundled-skills /opt/commonly-bundled-skills step succeeds on a fresh clone.

Why

Building this fork's OSS Dockerfile from a fresh clone fails immediately with:

failed to compute cache key: failed to calculate checksum of ref … ::"/commonly-bundled-skills": not found

A local-dev contributor following the Team-Commonly/commonly Phase 2.C local-dev parity sprint hits this when they run ./dev.sh up with COMMONLY_LOCAL_CLAWDBOT=1 + the default Dockerfile (not Dockerfile.commonly). The Commonly default is COMMONLY_LOCAL_CLAWDBOT=0, so this empty placeholder is the right shape for OSS builds; real skill content gets bundled per-deployment via OPENCLAW_INSTALL_GH_CLI / Dockerfile.commonly variants where applicable.

Test plan

  • Local: docker build -f Dockerfile . succeeds (the COPY step no longer fails on the missing directory)
  • CI: existing image builds in this repo continue to pass

Companion PR

Team-Commonly/commonly will bump this submodule once this lands. Together they retire the manual mkdir -p _external/clawdbot/commonly-bundled-skills step from the local clawdbot bootstrap recipe.

🤖 Generated with Claude Code

The default Dockerfile contains
`COPY commonly-bundled-skills /opt/commonly-bundled-skills`. On a
fresh clone of this repo, that directory doesn't exist, so the
docker build step fails immediately:

    failed to compute cache key: failed to calculate checksum of
    ref ... ::"/commonly-bundled-skills": not found

A local-dev contributor following the
Team-Commonly/commonly Phase 2.C local-dev parity sprint hits this
when they run `./dev.sh up` with COMMONLY_LOCAL_CLAWDBOT=1 + the
default Dockerfile (not Dockerfile.commonly). The Commonly default
is COMMONLY_LOCAL_CLAWDBOT=0, so this empty placeholder is the
right shape for OSS builds; real skill content gets bundled per-
deployment via OPENCLAW_INSTALL_GH_CLI / Dockerfile.commonly
variants where applicable.

Companion to Team-Commonly/commonly#?: local-dev parity will bump
this submodule to include this commit, removing the last manual
hack from the local clawdbot bootstrap recipe.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@samxu01 samxu01 merged commit 8454916 into main May 24, 2026
4 of 11 checks passed
@samxu01 samxu01 deleted the chore/local-dev-bundled-skills-gitkeep branch May 24, 2026 07:40
samxu01 added a commit to Team-Commonly/commonly that referenced this pull request May 24, 2026
…skills (#443)

Bumps from a67f0df6 → 84549161f to pick up Team-Commonly/openclaw#9
(`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.

Also picks up Team-Commonly/openclaw#5 (commonly_react_to_message
kernel social-presence verb) as a side benefit.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant