Commit Workflow
Follow this sequence every time:
- •Inspect repository state.
- •Inspect recent commit message style.
- •Summarize the current change scope.
- •Draft one concise commit message that matches local history.
- •Stage and commit with non-interactive commands.
- •Verify and report result.