Commit 4d20aa7
docs(core): say 'declares the same measure', not 'the contract this result implements'
Measured: `packages/core` neither imports nor references
`packages/spec/src/kernel/startup-orchestrator.zod.ts`, and nothing in the repo
implements `IStartupOrchestrator`. The two `PluginStartupResult` declarations
describe the same domain result and share no shape, so 'implements' overstated a
relationship that does not exist in code. The reason to take the contract's name
is unchanged: it is the name the spec surface declares for this measure.
Filed separately as the wider question this made visible.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01ARYe3yQTQCUFm5qPYNgKaJ1 parent 96e3ddd commit 4d20aa7
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments