Onboard a new project
onboard_projectGet interactive onboarding guidance to set up zen analysis on your project. Receive recommended configuration based on project characteristics like team size, strictness, and language.
Instructions
Get interactive onboarding guidance for setting up zen analysis on a project. Returns recommended configuration based on project characteristics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_size | No | Descriptive team-size hint (``"small"``, ``"medium"``, ``"large"``), reserved for future adaptive threshold scaling. Default to "small". | small |
| strictness | No | Preset name controlling all numeric thresholds (``"relaxed"``, ``"moderate"``, or ``"strict"``). Default to "moderate". | moderate |
| project_path | Yes | Absolute path to the project root, used to derive the project name and populate example commands. | |
| primary_language | No | Language used for example snippets and default pipeline selection (e.g. ``"python"``). Default to "python". | python |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | ||
| project_name | Yes | ||
| recommended_config | Yes |