cml_create_aggregate
Create a new aggregate within a specified bounded context, defining its name, responsibilities, and knowledge level to model domain-driven design entities.
Instructions
Create a new aggregate in a bounded context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the aggregate | |
| contextName | Yes | Name of the bounded context | |
| knowledgeLevel | No | Knowledge level | |
| responsibilities | No | List of responsibilities |