Skip to content

Commit 321d139

Browse files
committed
docs: improve readability
1 parent 3d20d26 commit 321d139

1 file changed

Lines changed: 6 additions & 17 deletions

File tree

docs/migration.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,12 @@ description: "Upgrade from AI Task Manager 1.x to 2.x"
1515
Delete whichever directories exist for harnesses you used:
1616

1717
```bash
18-
# Claude
19-
rm -rf .claude/commands/tasks/
20-
21-
# Gemini
22-
rm -rf .gemini/commands/tasks/
23-
24-
# Codex
25-
rm -f .codex/prompts/tasks-*
26-
27-
# GitHub Copilot
28-
rm -f .github/prompts/tasks-*.prompt.md
29-
30-
# Cursor
31-
rm -rf .cursor/commands/tasks/
32-
33-
# Open Code
34-
rm -rf .opencode/command/tasks/
18+
rm -rf .claude/commands/tasks/ \
19+
.gemini/commands/tasks/ \
20+
.codex/prompts/tasks-* \
21+
.github/prompts/tasks-*.prompt.md \
22+
.cursor/commands/tasks/ \
23+
.opencode/command/tasks/
3524
```
3625

3726
## 2. Delete obsolete config scripts

0 commit comments

Comments
 (0)