add_commit_separator
Record a commit separator in the branch note with commit hash and message, preserving structured project history for persistent context.
Instructions
Add a commit separator to the branch note with commit metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branchName | Yes | Name of the branch | |
| commitHash | Yes | Git commit hash | |
| projectName | Yes | Name of the project | |
| commitMessage | Yes | Git commit message |