chrysalide_start_task
Start a new Chrysalide job by providing a feature goal and target repository path to receive an immediate job_id for tracking the autonomous implementation task.
Instructions
Démarre un nouveau job Chrysalide. Retourne immédiatement avec un job_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | Consigne de feature, explicite et complète | |
| repo_path | Yes | Chemin absolu du repo cible (doit être un repo git) | |
| base_branch | No | Branche de base pour créer le worktree (défaut: main) | |
| constraints | No | Contraintes techniques libres | |
| allow_network | No | Autorise l'accès réseau depuis la sandbox | |
| provider_override | No | Force un provider pour ce job. Format <provider>:<model> | |
| budget.max_iterations | No | Nombre max d'itérations de la boucle | |
| budget.max_tokens_total | No | Budget de tokens total (input+output) | |
| budget.max_wall_time_min | No | Timeout global en minutes |