Concepts
Concepts
The architectural ideas that make clily coherent across config, validation, runtime, and shells.
clily becomes easier to use once you understand three ideas:
- Inputs are merged in a predictable order before they are validated.
- Validation comes from Standard Schema rather than a clily-specific schema DSL.
- Runtime behavior is injectable, which keeps the framework usable outside a single process model.