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

10
glossary.md Normal file
View File

@@ -0,0 +1,10 @@
WallCraft AI Glossary
- FoundryVTT: The virtual tabletop platform being extended.
- Scene: A map/workspace in FoundryVTT where walls, tokens, and other elements live.
- Wall: A linear obstacle segment; may be solid, a door, or a window.
- Door/Window: Wall segments with special types; may require swing/hinge data later.
- GridSize: The pixel size of a single tile on the scene grid.
- Preview: A non-destructive overlay showing AI-suggested walls before applying them.
- MVP: Minimum Viable Product.
- API Token: Secret used to authorize requests to the cloud AI endpoint.