Commit 466593d
committed
docs(tests): two docblocks stop citing files the retirement deleted
Both are comment-only; no assertion, no harness and no gate input moves.
`plugin-audit/src/read-audit-view-instant-preservation.integration.test.ts`
named `migrate-sys-notification-to-event.test.ts` and
`packages/runtime/src/notification-migration-audit-preservation.integration.test.ts`
as files a reader could go open. Both are absent from the tree (measured, with a
sibling that IS present as the positive control). They are now marked retired;
the first is kept because the SHAPE it demonstrated is the paragraph's point.
`metadata/src/migrations/raw-exec-operator-detail-16657.test.ts` said "at the
three `err?.message ?? String(err)` sites". Two remain. Measured rather than
carried: the directory holds two `catch (err: any)` sites recording through
`operatorFacingErrorText` and one `catch (error)` site, matching the docblock's
own two-expression split; and the pre-merge tree of `d64bcb6377` shows the third
in the deleted `migrate-sys-notification-to-event.ts`, which returned
`{ outcome: 'failed', reason: err?.message ?? String(err) }`.
Claude-Session: https://claude.ai/code/session_01DvvamiacK328idtBYJBxV3
Co-authored-by: Claude <noreply@anthropic.com>1 parent bccdf6c commit 466593d
2 files changed
Lines changed: 12 additions & 5 deletions
File tree
- packages
- metadata/src/migrations
- plugins/plugin-audit/src
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | | - | |
29 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
0 commit comments