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

12
progress.json Normal file
View File

@@ -0,0 +1,12 @@
[
{"id":"t-1","content":"Initialize module skeleton (module.json) and scaffolding","status":"in_progress","priority":"high"},
{"id":"t-2","content":"Implement SettingsPanel for endpoint/token/provider","status":"pending","priority":"high"},
{"id":"t-3","content":"Implement AIPrep.js to collect scene data and build payload","status":"pending","priority":"high"},
{"id":"t-4","content":"Implement AIEndpoint.js to call cloud API and handle responses","status":"pending","priority":"high"},
{"id":"t-5","content":"Implement PreviewLayer.js for non-destructive previews","status":"pending","priority":"high"},
{"id":"t-6","content":"Implement UIFlow.js to drive MVP flow","status":"pending","priority":"medium"},
{"id":"t-7","content":"Wire up Apply logic to convert AI walls to Foundry walls","status":"pending","priority":"high"},
{"id":"t-8","content":"Create documentation: quick-start, data/api contracts","status":"pending","priority":"medium"},
{"id":"t-9","content":"Add basic tests/manual validation plan","status":"pending","priority":"medium"},
{"id":"t-10","content":"Polish error handling, security notes","status":"pending","priority":"low"}
]