remove escalation step from fix-skills

This commit is contained in:
lyn
2026-04-17 15:40:52 +00:00
parent b1bd85ae5c
commit f6fe46410e

View File

@@ -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