start_work
Initialize a development workspace by configuring Git remote, pulling updates, creating a feature branch, and installing Node.js dependencies to begin coding tasks.
Instructions
Set remote URL from env, pull latest changes, create and push a branch, and install dependencies
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | Yes | ||
| currentWorkingDirectory | Yes | ||
| installWithLegacyPeerDependencies | No | Use npm --legacy-peer-deps to bypass peer dependency conflicts. | |
| startPoint | No | ||
| commitMessage | Yes | Commit message for git |