get_commit_message
readFeature Specs
Generate a conventional-commits-style message from spec context.
Parameters
| Parameter | Type | Description | |
|---|---|---|---|
| spec_id | string | required | UUID of the feature spec |
| task_id | string | optional | UUID of the specific task being completed. If omitted and exactly one task is in_progress, that task is auto-selected. |
| files_changed | string[] | optional | List of files changed in this commit |
| domain | string | optional | Site domain |
| project_id | string | optional | Project UUID |
Related tools
create_feature_specwriteCreate and save a feature specificationget_feature_specreadFetch one spec by UUID with full nested detaillist_feature_specsreadFind specs by search/status/priority/tags/etc; supports summary_only for fast scansupdate_feature_specwriteUpdate spec body fields: title, description, status, priority, tags, etc.