You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add OpenClaw OS installation scripts for Windows and macOS/Linux
* fix(docs): normalize OpenClaw OS route and regen prompts
Update the primary nav to use /openclaw-os and regenerate generated prompt/spec artifacts.
Co-authored-by: Cursor <cursoragent@cursor.com>
---------
Co-authored-by: Aditya Pandey <aditya@thesys.dev>
Co-authored-by: Cursor <cursoragent@cursor.com>
BarChart(labels: string[], series: Series[], variant?: "grouped" | "stacked", xLabel?: string, yLabel?: string) — Vertical bars; use for comparing values across categories with one or more series
"- Table is COLUMN-oriented: Table([Col(\"Label\", dataArray), Col(\"Count\", countArray, \"number\")]). Use array pluck for data: data.rows.fieldName",
271
274
"- Col data can be component arrays for styled cells: Col(\"Status\", @Each(data.rows, \"item\", Tag(item.status, null, \"sm\", item.status == \"open\" ? \"success\" : \"danger\")))",
- Table is COLUMN-oriented: Table([Col("Label", dataArray), Col("Count", countArray, "number")]). Use array pluck for data: data.rows.fieldName
58
58
- Col data can be component arrays for styled cells: Col("Status", @Each(data.rows, "item", Tag(item.status, null, "sm", item.status == "open" ? "success" : "danger")))
- For Form fields, define EACH FormControl as its own reference — do NOT inline all controls in one array. This allows progressive field-by-field streaming.
108
108
- NEVER nest Form inside Form — each Form should be a standalone container.
0 commit comments