diff --git a/claw-skills/workflows/fix-skills.md b/claw-skills/workflows/fix-skills.md index 9c6c74f..ed70007 100644 --- a/claw-skills/workflows/fix-skills.md +++ b/claw-skills/workflows/fix-skills.md @@ -29,7 +29,7 @@ Investigate in this order: - Identify which file and which line the problem is in - If it's a skill issue → follow the [improve-skills](./improve-skills.md) workflow -- If it's an execution environment issue → document in memory/ and escalate to hang +- If it's an execution environment issue → document in memory/ ### 4. Fix @@ -41,8 +41,3 @@ Investigate in this order: - Reproduce the original scenario; confirm the issue is resolved - Log the fix in memory/YYYY-MM-DD.md - -### 6. Escalate if Needed - -- If the issue requires hang or another agent → post in report channel -- Include: scenario, expected/actual result, root cause, fix applied