start_session
Begin a work session to group modifications into clean commits. Call this before changes to avoid fragmented auto-commits during development.
Instructions
Start a work session. MUST be called BEFORE making any changes. Without this, ShadowGit will create fragmented auto-commits during your work!
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| description | Yes | What you plan to do in this session |