Commit c421bae
committed
docs(skill): document auto status path + detail.stageField opt-out
The distributed objectstack-ui skill never mentioned that ObjectUI auto-
synthesizes a detail page and auto-detects a status field for a top record:path
stepper, nor the detail.stageField:false opt-out (objectstack-ai/objectui#2066).
AI authors install framework's skills, so without this they re-hit the
'non-linear status rendered as an ordered path, can't disable it' trap.
Adds, after the record:path example: the detectStatusField precedence and a
detail:{ stageField:false } example, stressing it must live in the passthrough
detail block (top-level unknown keys are rejected by ObjectSchema.create()).
Closes #24521 parent 59576d0 commit c421bae
1 file changed
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
709 | 709 | | |
710 | 710 | | |
711 | 711 | | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
712 | 741 | | |
713 | 742 | | |
714 | 743 | | |
| |||
0 commit comments