create_entity
Create a new authoritative project entity to store and manage project memory, tasks, and metadata as the central source of truth in a SQLite database.
Instructions
Create a new authoritative project entity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | ||
| entity_type | Yes | ||
| name | No | ||
| description | No | ||
| status | No | active | |
| attributes | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||