Initial scaffold: CLAUDE.md, docs, and MCP config

- CLAUDE.md with project structure, DB access, and environment info
- docs/ with placeholder files for modular system, hooks/API, and builder fields
- .claude/settings.json with Playwright and Fetch MCP servers

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jordan
2026-03-09 18:37:15 +00:00
commit 8f76455c96
5 changed files with 223 additions and 0 deletions

32
docs/builder-fields.md Normal file
View File

@@ -0,0 +1,32 @@
# Builder Fields & Attributes
## Field Types (`data-field-type`)
The builder uses `data-field-type` attributes to define editable areas in module templates.
<!-- TODO: Document available field types (text, image, richtext, link, repeater, etc.) -->
## Conditional Attributes
### `c-if`
<!-- TODO: Document c-if syntax and usage for conditional rendering -->
### `c-for`
<!-- TODO: Document c-for syntax for repeating elements -->
### `c-class`
<!-- TODO: Document c-class for conditional CSS classes -->
## Forms (`c-form`)
<!-- TODO: Document c-form usage for builder-integrated forms -->
## Builder Variables Access
<!-- TODO: Document how to access and use builder variables in templates -->