Commit f25bb18
Both sample blocks in cli.mdx's Build & Validate section print
`2 Objects 6 Fields` / `1 Views 1 Actions` / `3 plugins`, and the `os info`
block also names `my_app_note` and `my_app_ticket`. Nothing on the page says
where that project comes from: the page's own walkthrough builds a DIFFERENT
fixture (`os generate object customer` / `action approve` / `flow onboarding`),
which would print `my_app_customer` and a `Logic:` row. A reader who follows the
page cannot reproduce the transcripts and has no way to tell whether the page or
their own run is wrong.
No printed value changes — the transcripts are verified against real runs
(#9092/#9151 for `os compile`, #9342/PR #9429 for `os info`) and this is a pure
insertion. What is added is the provenance those runs had and the page did not:
* a Callout under the `os info` block naming the whole fixture — `npm create
objectstack@latest my-app` (the `blank` starter: two-field `my_app_note`,
three connector plugins) plus the four-field ticket object, the view and the
action listed in build-with-claude-code.mdx, renamed out of `support_desk_`
into `my_app_`, with that page's `support` app deliberately left out;
* why the `UI:` row carries no `Apps` (printMetadataStats drops zero counts,
packages/cli/src/utils/format.ts);
* which lines are NOT fixture identity: timings are machine identity, the
author-time rule count and artifact size track the CLI version;
* one line under the `os compile` block pointing at that note, since its
counts come from the same fixture and had the same gap.
Every component of the counts is checkable in-tree: the blank template's
note.object.ts (2 fields) and its three connector plugins, the ticket listing's
4 fields, one view, one action, and the scaffolder's namespace rewrite
(rewrite-identity.ts) that makes `blank_note` read `my_app_note`.
Claude-Session: https://claude.ai/code/session_01XqDQYVU5smx29ts9pAErja
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 5f99739 commit f25bb18
1 file changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
421 | 424 | | |
422 | 425 | | |
423 | 426 | | |
| |||
509 | 512 | | |
510 | 513 | | |
511 | 514 | | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
512 | 532 | | |
513 | 533 | | |
514 | 534 | | |
| |||
0 commit comments