19 lines
432 B
Markdown
19 lines
432 B
Markdown
WallCraft AI – Default File Structure
|
||
|
||
- /modules/wallcraft-ai/
|
||
- module.json
|
||
- /src/
|
||
- AIPrep.js
|
||
- AIEndpoint.js
|
||
- PreviewLayer.js
|
||
- SettingsPanel.js
|
||
- UIFlow.js
|
||
- /agents.md
|
||
- /data-contracts.md
|
||
- /api-contract.md
|
||
- /onboarding.md
|
||
- /glossary.md
|
||
- /quick-start.md
|
||
|
||
This structure keeps the core module logic separated from the documentation and keeps the docs versioned with the module code.
|