@drawcall/design 0.12.5 → 0.12.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -80,6 +80,6 @@ WebP URL to reference a GLTS, Markdown, image, or Market frame.
|
|
|
80
80
|
The host owns the server identity, authentication, and transport. The MCP SDK
|
|
81
81
|
is an optional peer dependency and is required only when mounting these tools.
|
|
82
82
|
|
|
83
|
-
GLTS frames accept only `.glts` files. An absent `index.glts` still renders an intentionally empty frame. For authored scenes, work top-down: write `index.glts`,
|
|
83
|
+
GLTS frames accept only `.glts` files. An absent `index.glts` still renders an intentionally empty frame. For authored scenes, work top-down: write `index.glts`, give each planned child asset a bounding box in `imports`, then implement those children progressively. Each box creates a stored placeholder file that renders as a labeled glowing box until writing the real file replaces it.
|
|
84
84
|
|
|
85
85
|
Markdown frames accept only `index.md`; an absent source renders an empty document. Embed an existing non-Markdown frame with standard image syntax such as ``. Raw HTML is disabled, Markdown frames cannot embed other Markdown frames, and each document is limited to 32 frame embeds. Image and Market files are available through the same filesystem but are read-only. Read `npx drawcall design skill` (or MCP `get_design_instructions`) before creating or changing a GLTS or Markdown frame.
|