setup
Prepare a project for cambium: validate paths, scaffold .cambium directory with gitignore, and write a local fallback config for when environment variables are absent.
Instructions
Finish cambium's setup in one call — the tool status() and every unconfigured error point you to. Validates paths, scaffolds .cambium/ (and gitignores it), and writes a local fallback config the server reads when env vars are absent (env still wins when set, and it takes effect immediately — no restart).
project_repo : absolute path to your project's git clone (required) agent_id : your unique agent id (required) org_repo : optional — a local clone path, OR a GitHub 'owner/name'. If a name isn't cloned locally, setup OFFERS the exact gh/git commands to stand it up and leaves org scope off; it never creates or pushes a repo for you. org_pr : optional — org promotion opens a pull request instead of a direct push. team_branch : optional — override the team-scope branch (default 'cambium').
No secrets are written anywhere; the config file holds only paths, ids, and flags, and lives outside any repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_pr | No | ||
| agent_id | Yes | ||
| org_repo | No | ||
| team_branch | No | ||
| project_repo | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |