register_district
Register a custom district with LUCA ancestry validation, ensuring it traces back to one of five canonical districts to inherit its archetype.
Instructions
Register a custom district with LUCA ancestry validation. Custom districts must declare a valid parent that traces back to one of the 5 canonical districts (logical_analysis, emotional_processing, practical_execution, vigilant_monitoring, creative_synthesis). The custom district inherits its archetype from the canonical ancestor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Snake_case district identifier (e.g. project_build_pipeline) | |
| name | Yes | Human-readable district name | |
| description | Yes | District description explaining its purpose | |
| luca_parent | Yes | Parent district key. Must be an existing district that traces back to a canonical district. | |
| activities | No | Optional list of activities for this district. Inherits parent activities if omitted. |