Add WallCraft AI MVP scaffolding and documentation
This commit is contained in:
18
structure.md
Normal file
18
structure.md
Normal file
@@ -0,0 +1,18 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user