Add WallCraft AI MVP scaffolding and documentation
This commit is contained in:
19
module.json
Normal file
19
module.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "wallcraft-ai",
|
||||
"title": "WallCraft AI",
|
||||
"description": "Cloud-driven, provider-agnostic AI prep for FoundryVTT scenes (walls including doors and windows) with a safe preview-first workflow.",
|
||||
"version": "0.1.0",
|
||||
"author": "OpenCode",
|
||||
"minimumCoreVersion": "13.0.0",
|
||||
"compatibleCoreVersion": "13.*",
|
||||
"esmodules": true,
|
||||
"scripts": [
|
||||
"src/AIPrep.js",
|
||||
"src/AIEndpoint.js",
|
||||
"src/PreviewLayer.js",
|
||||
"src/SettingsPanel.js",
|
||||
"src/UIFlow.js"
|
||||
],
|
||||
"url": "https://example.com/wallcraft-ai",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user