cg_blueprint
Manage blueprint compositions by creating blueprints and adding or removing widget dependencies.
Instructions
Blueprint-specific composition management. Blueprints are higher-order widgets that compose other widgets as dependencies. Use this to add or remove dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Blueprint action to perform. | |
| name | No | Blueprint name (for create action). | |
| blueprint_path | No | Path to the blueprint directory (default: .). | |
| widget_id | No | Widget ID to add or remove as a dependency. | |
| target | No | Target root for create. | |
| no_validate | No | Skip validation when adding dependency. |