Skip to content

Commit e0438c8

Browse files
chore: cleanup migration-guide
1 parent 1f6694f commit e0438c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/migration-guide.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
Task Master v3.x introduces a new `.taskmaster/` directory structure to keep your project directories clean and organized. This guide explains the benefits of the new structure and how to migrate existing projects.
5+
Task Master v0.16.0 introduces a new `.taskmaster/` directory structure to keep your project directories clean and organized. This guide explains the benefits of the new structure and how to migrate existing projects.
66

77
## What's New
88

@@ -12,8 +12,8 @@ Task Master v3.x introduces a new `.taskmaster/` directory structure to keep you
1212
your-project/
1313
├── tasks/ # Task files
1414
│ ├── tasks.json
15-
│ ├── task-1.md
16-
│ └── task-2.md
15+
│ ├── task-1.txt
16+
│ └── task-2.txt
1717
├── scripts/ # PRD and reports
1818
│ ├── prd.txt
1919
│ ├── example_prd.txt
@@ -30,8 +30,8 @@ your-project/
3030
│ ├── config.json # Configuration (was .taskmasterconfig)
3131
│ ├── tasks/ # Task files
3232
│ │ ├── tasks.json
33-
│ │ ├── task-1.md
34-
│ │ └── task-2.md
33+
│ │ ├── task-1.txt
34+
│ │ └── task-2.txt
3535
│ ├── docs/ # Project documentation
3636
│ │ └── prd.txt
3737
│ ├── reports/ # Generated reports
@@ -118,7 +118,7 @@ The migration process handles these file types:
118118
### Tasks Directory → `.taskmaster/tasks/`
119119

120120
- `tasks.json`
121-
- Individual task Markdown files (`.md`)
121+
- Individual task text files (`.txt`)
122122

123123
### Scripts Directory → Multiple Destinations
124124

0 commit comments

Comments
 (0)