cg_create
Scaffold a new Cartograph widget or blueprint by providing a slug name; specify domain and language for widgets, or set is_blueprint for blueprints.
Instructions
Scaffold a new Cartograph widget or blueprint. Use name for the slug only, not the full widget_id; Cartograph combines domain + name + language for widgets. For blueprints, just use the name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Slug, for example retry-backoff. | |
| domain | No | Domain (required for widgets). | |
| language | No | Language (required for widgets). | |
| is_blueprint | No | Whether to scaffold a blueprint instead of a widget. | |
| display_name | No | Optional display name for manifest. | |
| target | No | Project root to create the module under. |