Update architecture docs for addon-first model #255
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Update ARCHITECTURE.md and INTEGRATION_PLAN.md to reflect the addon-first architecture decisions:
mods/is pure Python, versioned independently via submodules withpackage.xmlmanifestssrc/Mod/Create/hosts both the Python bootstrap loader AND any Kindred C++ featuresmods/sdk/is the stable API contract between Create platform and addonssrc/Gui/exist to provide extension points, not featuresSections to update
ARCHITECTURE.md
src/Mod/Create/App/andsrc/Mod/Create/Gui/to the layout (C++ scaffold)INTEGRATION_PLAN.md
README
mods/sdk/Acceptance criteria
Dependencies