Files
WallCraft-AI/structure.md
2026-02-06 07:48:40 +00:00

19 lines
432 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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.