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

432 B
Raw Permalink Blame History

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.