Skip to content

Conversation

@schickling
Copy link

Summary

  • Include the docs/reference/templates directory in the clawdbot-gateway Nix package

Fixes #18

Problem

The templates directory was missing from the packaged output, causing runtime errors:

Error: Missing workspace template: AGENTS.md 
(/nix/store/.../lib/clawdbot/docs/reference/templates/AGENTS.md)

Solution

Added the necessary mkdir and cp commands to nix/scripts/gateway-install.sh to include the templates directory in the package output.

Fixes clawdbot#18

The templates directory was missing from the packaged output, causing
runtime errors when clawdbot tried to access workspace templates like
AGENTS.md.
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.

docs/reference/templates not bundled, causing 'Missing workspace template' error

1 participant