Commit a finished feature
commit_featureAutomatically commit project code changes with a ticket-referencing message and optional push, enabling structured git workflow for feature development.
Instructions
If git integration is enabled for the project, commit (and optionally push) the current changes in the project's code repo with a message like 'FBMCPF-##: title' — mirroring the original OpenClaw git flow. No-ops with a reason when disabled. Runs on this machine using its git credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| push | No | Override the config's push setting for this commit. | |
| title | No | ||
| ticket | No | ||
| message | No | Explicit commit message (overrides ticket/title). | |
| project | Yes |