Commit eb7406c
docs(protocol): plugin-spec package.json example prints the scaffolder's TypeScript floor (#17376)
The `package.json` distribution-format example in
`content/docs/protocol/kernel/plugin-spec.mdx` declared a `typescript` floor of
`^5.0.0`, which admits 5.0-5.2 — versions two other doc pages already state are
not supported. Updated it to the value the scaffolders currently emit
(`^5.3.0`, `SCAFFOLD_TYPESCRIPT_RANGE` in `packages/cli/src/commands/init.ts`)
and added an adjacent sentence naming that constant as the authority, so the
snippet stops being a second value someone has to remember to keep in sync.
Claude-Session: https://claude.ai/code/session_012GKcPZbMoGq7WPzKLfRBTU
Co-authored-by: Claude <noreply@anthropic.com>1 parent d9b97af commit eb7406c
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
705 | 705 | | |
706 | 706 | | |
707 | 707 | | |
708 | | - | |
| 708 | + | |
709 | 709 | | |
710 | 710 | | |
711 | 711 | | |
| |||
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
724 | 728 | | |
725 | 729 | | |
726 | 730 | | |
| |||
0 commit comments