Skip to content

Commit cb78732

Browse files
committed
wip(runtime): keep the tracker id out of the vocabulary row's runtime prose
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016N6xmWt5hYm94ffVEwGH8x
1 parent a7e42cf commit cb78732

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/runtime/src/dispatcher-error-vocabulary.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,8 +811,8 @@ export const UNREGISTERED_CODE_SITES: readonly UnregisteredCodeSite[] = [
811811
verdict: 'boot-refusal',
812812
why:
813813
'Raised by `assertPluginContract` (`plugin-contract.ts`, the one statement `LiteKernel.use()` '
814-
+ 'calls directly and `PluginLoader.validatePluginContract` runs for `ObjectKernel.use()`, '
815-
+ '#16721) when a plugin object does not satisfy the '
814+
+ 'calls directly and `PluginLoader.validatePluginContract` runs for `ObjectKernel.use()`) '
815+
+ 'when a plugin object does not satisfy the '
816816
+ 'declared `PluginSchema` on any of the EIGHT keys that enforcement covers — `id`, `type`, '
817817
+ '`staticPath`, `slug`, `default`, `description`, `author`, `homepage` — including an explicit '
818818
+ '`null` on any of them, since all eight are `.optional()` and admit absence but not `null`. '

0 commit comments

Comments
 (0)