Repo Layout¶
The NSX tooling repo owns:
src/neuralspotx/docs/mkdocs.yml- packaged templates
- packaged CMake helpers
- built-in board definitions
After nsx create-app, a generated app contains:
nsx.ymlfor app metadata and module statemodules/for vendored module contentboards/for vendored board definitionscmake/nsx/for copied build helperssrc/for app-owned source code
Important Boundaries¶
- tooling and docs live in the NSX repo
- built-in module source repos are cloned on demand from their upstream URLs
- generated apps are treated as independent buildable artifacts