Add WallCraft AI MVP scaffolding and documentation

This commit is contained in:
Jamie Miller
2026-02-06 07:48:40 +00:00
parent cabd4ecf66
commit 34da1bc90b
15 changed files with 524 additions and 0 deletions

18
structure.md Normal file
View 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.