| name | description | applyTo |
|---|---|---|
DCI |
Instructions for writing code with the DCI paradigm (Data, Context and Interaction) |
**/*.ts |
DCI: Data, Context and Interaction: DCI is a programming paradigm that separates what the system is (domain knowledge/data models) from what the system does (behavior/functionality), bridging human mental models and code.