* fix: prevent CLAUDE.md overwrite by using imports - Copy Task Master instructions to .taskmaster/CLAUDE.md - Add import section to user's CLAUDE.md instead of overwriting - Preserve existing user content - Clean removal of Task Master content on uninstall Closes #929 * chore: add changeset for Claude import fix
12 lines
779 B
Markdown
12 lines
779 B
Markdown
---
|
|
"task-master-ai": patch
|
|
---
|
|
|
|
Prevent CLAUDE.md overwrite by using Claude Code's import feature
|
|
|
|
- Task Master now creates its instructions in `.taskmaster/CLAUDE.md` instead of overwriting the user's `CLAUDE.md`
|
|
- Adds an import section to the user's CLAUDE.md that references the Task Master instructions
|
|
- Preserves existing user content in CLAUDE.md files
|
|
- Provides clean uninstall that only removes Task Master's additions
|
|
|
|
**Breaking Change**: Task Master instructions for Claude Code are now stored in `.taskmaster/CLAUDE.md` and imported into the main CLAUDE.md file. Users who previously had Task Master content directly in their CLAUDE.md will need to run `task-master rules remove claude` followed by `task-master rules add claude` to migrate to the new structure. |