refactor(structure): move layered firmware modules from main to components
This commit is contained in:
8
components/app_composition/README.md
Normal file
8
components/app_composition/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# App Composition Layer
|
||||
|
||||
Purpose: top-level assembly only.
|
||||
|
||||
Rules:
|
||||
- `app_main` wires components, startup order, and shutdown hooks.
|
||||
- No feature/business logic in composition code.
|
||||
- No direct hardware operations outside platform abstractions.
|
||||
Reference in New Issue
Block a user