clear_branch_note
Clear branch notes for a project, with an option to archive them before clearing. Removes obsolete branch-specific context to prevent AI memory confusion.
Instructions
Clear branch notes for a project, optionally creating an archive first
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branchName | Yes | Name of the branch | |
| keepHeader | No | Whether to keep the branch note header (default: true) | |
| projectName | Yes | Name of the project | |
| createArchive | No | Whether to create an archive before clearing (default: true) |