Skip to content

Why DaisyConfig Is Separate

DaisyConfig is separate because it solves a different problem:

  • DaisyCore is runtime/platform
  • DaisySeries is parser/normalization
  • DaisyConfig is typed config ownership

That boundary keeps each product smaller, clearer, and more reusable.