Some checks failed
Build and Test / build (pull_request) Failing after 2m1s
ARCHITECTURE.md: - Replace exec()-based bootstrap flow with manifest-driven loader diagram - Add addon lifecycle section (scan → parse → validate → resolve → load → register) - Add SDK and C++ scaffold to source layout - Document load order: sdk (0) → ztools (50) → silo (60) INTEGRATION_PLAN.md: - Add Layer 4 (Addon SDK) between bootstrap and addons (now 5 layers) - Update Layer 3: now hosts both Python loader AND C++ scaffold - Add Phase 1.5 (SDK) and Phase 1.75 (C++ scaffold) as DONE - Update Phase 4 (theme): colors centralized in SDK YAML palette - Update Phase 6 (build): now DONE with CMake install rules for all addons - Add design decisions #7 (SDK as adaptation layer) and #8 (manifest-driven loading) README.md: - Update addon integration section: manifest-driven loading, SDK wrappers - Add mods/sdk/ to project structure tree - Update Create module description to mention C++ scaffold Closes #255.