get_history
Retrieve version history, diffs, blame, or show details for Project Brain to review who proposed what, file changes, conflicts, and when they occurred.
Instructions
Retrieves version history, diffs, blame, or show details for the Project Brain. Allows reviewing exactly who proposed what, what files changed, what conflicts occurred, and when.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | The entry title (required for 'blame'). | |
| action | Yes | The history action to perform. | |
| version | No | The specific version number (required for 'show'). | |
| category | No | The entry category (required for 'blame'). | |
| version_a | No | The first version number (required for 'diff'). | |
| version_b | No | The second version number (required for 'diff'). |