724 B
724 B
Repository workspace layout
Decision
Code repositories cloned from Gitea or GitHub should live under ~/project, not under ~/openclawd/vaults.
Recommended base path:
~/project/workspace/gitea/...~/project/workspace/github/...
Rationale
- Keep
~/openclawd/vaultsclean for OpenClaw runtime, memory, skills, and configuration - Avoid mixing assistant-memory files with business/source repositories
- Reduce context pollution and accidental edits in the memory/runtime workspace
- Give ACP/opencode jobs a predictable code workspace
Rule of thumb
~/openclawd/vaults→ OpenClaw runtime/config/memory only~/project/workspace/...→ cloned code repositories and active development work