From 24d18d0d72bc22ec84bc3a44886a224ea6f173f6 Mon Sep 17 00:00:00 2001 From: Henry Loenwind Date: Sat, 21 Feb 2026 13:39:25 +0100 Subject: [PATCH] fix: Correct data path in SKILL.md (coding-agent) (#11009) Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: f7e56b80c64b6d8e001e768ca718b9fb433123b8 Co-authored-by: HenryLoenwind <1485873+HenryLoenwind@users.noreply.github.com> Co-authored-by: obviyus <22031114+obviyus@users.noreply.github.com> Reviewed-by: @obviyus --- skills/coding-agent/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/coding-agent/SKILL.md b/skills/coding-agent/SKILL.md index 7a672a1cd05..ef4e059499d 100644 --- a/skills/coding-agent/SKILL.md +++ b/skills/coding-agent/SKILL.md @@ -231,7 +231,7 @@ git worktree remove /tmp/issue-99 5. **--full-auto for building** - auto-approves changes 6. **vanilla for reviewing** - no special flags needed 7. **Parallel is OK** - run many Codex processes at once for batch work -8. **NEVER start Codex in ~/clawd/** - it'll read your soul docs and get weird ideas about the org chart! +8. **NEVER start Codex in ~/.openclaw/** - it'll read your soul docs and get weird ideas about the org chart! 9. **NEVER checkout branches in ~/Projects/openclaw/** - that's the LIVE OpenClaw instance! ---