team_init
Initialize a sync backend for team memory sharing by configuring team.json and setting up a git repository. Call once per developer workstation with the shared remote URL.
Instructions
Initialize a sync backend for team memory sharing. Configures the team.json file and sets up the git repository for syncing state files across teammates. Call once per developer workstation after receiving the shared remote URL from a teammate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Git branch to use for syncing. Defaults to 'main'. | main |
| remote | Yes | Remote URL for the sync storage (e.g. git@github.com:org/egc-memory). | |
| backend | No | Sync backend type. Currently only 'git' is supported. | git |