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
chore(docs): regenerate reference pages for the inline-enum elision (#5340)
`pnpm --filter @objectstack/spec gen:schema && gen:docs` output only — no hand
edits (`content/docs/references/` is AUTO-GEN).
42 pages, 144 rows, one direction: every changed row is shorter (462,140
characters removed in total, largest single row -6266) and every one carries a
`… +N more` marker — no row was silently truncated and none grew. Cells over 900
characters 76 → 4, over 200 characters 246 → 145, p99 cell width 643 → 247,
p95 unchanged at 145.
The widest cell left is `api/contract.mdx` `code` at 6092 — the error-code
vocabulary on its OWN row, deliberately untouched because it is the only full
copy of that list on the page.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014wsZeReNTqiceBfLb5Pyf5
|**nameField**|`string`| optional | The record title field — which field holds the human-readable name shown on cards, lookup chips, breadcrumbs and search (ADR-0079). Set it to the object's text label field (e.g. "product_name"). For a numbered entity (invoice/ticket), set it to a formula field that composes number + name (e.g. "`{order_no}` · `{customer}`"). Omitting it lets the platform auto-pick a text field, but declaring it is strongly preferred. |
107
107
108
108
@@ -174,7 +174,7 @@ const result = BlueprintAppSchema.parse(data);
174
174
|**summary**|`string`| optional | One-line description of the proposed solution |
175
175
|**assumptions**|`string[]`| ✅ | Design assumptions made from the underspecified goal |
176
176
|**questions**|`string[]`| optional | At most 1-2 structure-deciding questions to confirm before building |
0 commit comments