Commit 8d0aede
docs(runtime,metadata-protocol): append a correction to the false scope-less clause in the published 17.3.0 CHANGELOG (#16493)
The 17.3.0 CHANGELOG entry for #14375 (`writable` verdict) said a
scope-less `type: module` carried by a multi-package artifact lands as
read-only alongside the marketplace/offline-import case. That is false:
`defineStack` parses every `packages[]` entry through `ManifestSchema`,
whose `scope` is `.default('project')`, so no package of a compiled
artifact is ever scope-less (#14803 already fixed the live source
comment and prose; this corrects the two published CHANGELOG.md files
that still carry the original false sentence).
Per the published-release-text policy: the original sentence stays
verbatim, and a dated, referenced correction is appended next to it in
both packages/runtime/CHANGELOG.md and packages/metadata-protocol/CHANGELOG.md,
under their `## 17.3.0` entries.
Claude-Session: https://claude.ai/code/session_01Vbw3RPgdtqesx4azk9SbW8
Co-authored-by: Claude <noreply@anthropic.com>1 parent 9bcd9be commit 8d0aede
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
968 | 968 | | |
969 | 969 | | |
970 | 970 | | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
971 | 974 | | |
972 | 975 | | |
973 | 976 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1719 | 1719 | | |
1720 | 1720 | | |
1721 | 1721 | | |
| 1722 | + | |
| 1723 | + | |
| 1724 | + | |
1722 | 1725 | | |
1723 | 1726 | | |
1724 | 1727 | | |
| |||
0 commit comments