Commit 947426a
committed
docs(getting-started,kernel): name which
The docs-drift bot named three hand-written pages this change touches. Two of
them still carried the collision this card exists to remove.
`content/docs/getting-started/your-first-project.mdx` listed `os init`'s
templates as "`app` / `plugin` / `empty`" with nothing saying which of the two
artifacts the middle one makes — on the page a reader who does not yet know
there are two arrives at first. It now names the metadata package, says it is
not the kernel code plugin `os create plugin` writes, and links the chooser.
`content/docs/protocol/kernel/index.mdx` showed `os create plugin` under a bare
"Plugin Development" heading. The command it shows was already the right one for
what the section describes, so nothing there routed a reader wrong, but the word
was still doing double duty on a page that scaffolds. One sentence now names the
artifact and points at the chooser.
`content/docs/getting-started/examples.mdx` is not falsified and is untouched:
its only `os init` sentence is about the starter tree that command emits, names
no template and routes no one to a scaffolder choice, and its three other
"plugin" uses are the runtime auto-detection sense and the manifest `type`
literal — neither is the two-scaffolder collision.
No flag and no subcommand is renamed here either.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YFY46JydE1gMxQG1TqBcMZplugin artifact each scaffolder page means (#16484)1 parent 48bf085 commit 947426a
2 files changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
386 | 392 | | |
387 | 393 | | |
388 | 394 | | |
| |||
0 commit comments