ateam_github_push
Push the deployed solution to GitHub, automatically creating a repository on first use and committing the full solution bundle atomically for versioning or snapshotting.
Instructions
Push the current deployed solution to GitHub. Auto-creates the repo on first use. Commits the full bundle (solution + skills + connector source) atomically. Use after ateam_build_and_run to version your solution, or anytime you want to snapshot the current state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| solution_id | Yes | The solution ID (e.g. 'smart-home-assistant') | |
| message | No | Optional commit message (default: 'Deploy <solution_id>') |