Lesson 21← back to roadmap
Every ELIPS feature lives on exactly one of five layers. Knowing which one is the difference between a one-line patch and a refactor.
From docs/architecture/system-overview.md: each layer talks down to the next via abstract ports. Nothing in the planner depends on a concrete index. Nothing in the index depends on a concrete storage layout.