Skip to content

Conversation

@jack-work
Copy link

@jack-work jack-work commented Jan 30, 2026

Summary

Bundle extensions/ and docs/ in a single cp command alongside other runtime assets.

Before:

cp -r dist node_modules package.json ui "$out/lib/moltbot/"
if [ -d extensions ]; then
  cp -r extensions "$out/lib/moltbot/"
fi

After:

cp -r dist node_modules package.json ui extensions docs "$out/lib/moltbot/"

Fixes

Test plan

  • Build gateway package
  • Verify extensions/ and docs/reference/templates/ exist in output
  • Run gateway with Telegram channel configured
  • Confirm workspace bootstrapping works

🤖 Generated with Claude Code

Copy extensions/ and docs/ alongside dist/, node_modules/, ui/.
Fixes workspace bootstrapping and plugin discovery.

Closes openclaw#14, closes openclaw#18

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@jack-work jack-work force-pushed the fix/bundle-docs-templates branch from 331ac86 to 732d1cc Compare January 31, 2026 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant