Git Wrap-up Instructions
git_wrapup_instructionsRetrieve Git wrap-up workflows to finalize code changes. Returns custom steps or default best practices for reviewing, documenting, and committing, with current repository status to guide next actions.
Instructions
Provides the user's desired Git wrap-up workflow and instructions. Returns custom workflow steps (if configured) or default best practices for reviewing, documenting, and committing changes. Includes current repository status to guide next actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| acknowledgement | Yes | Acknowledgement to initiate the wrap-up workflow. | |
| updateAgentMetaFiles | No | Include an instruction to update agent-specific meta files. | |
| createTag | No | If true, instructs the agent to create a Git tag after committing all changes. Only set to true if given permission to do so. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instructions | Yes | The set of instructions for the wrap-up workflow. | |
| gitStatus | No | The current structured git status. | |
| gitStatusError | No | Any error message if getting git status failed. |