← Back to PRs

#12764: Docker: add /workspace symlink for container

by shuv-amp open 2026-02-09 16:45 View on GitHub →
docker stale
Context Adds the /workspace symlink inside the container image so the documented paths in AGENTS.md and SOUL.md work without manual setup. What changed - Create /workspace -> /home/node/.openclaw/workspace during image build. Why This removes a recurring papercut for container users and keeps documentation paths accurate. Issue Fixes #11301 Checks - pnpm build - pnpm test - pnpm check (fails due to pre-existing format issue in ui/src/ui/components/resizable-divider.ts)

Most Similar PRs