ecosystem_init
Initializes the control plane by creating agentic.toml, the canonical registry of projects and their defaults. Auto-detects existing projects and applies standard CI/CD, cloud, and language settings.
Instructions
Inicializa el plano de control: crea agentic.toml en el workspace con registro canónico de proyectos y sus defaults.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | mi-ecosistema | |
| scan | No | Auto-detectar proyectos existentes | |
| ci_cd | No | github-actions | |
| cloud | No | aws | |
| language | No | es | |
| vault_path | No | docs | |
| config_path | No | ||
| description | No | ||
| workspace_root | Yes | Raíz del workspace con los proyectos |