Skip to content

Commit ba604e7

Browse files
wikirbyclaude
andcommitted
Remove planning docs per reviewer feedback
Drop the three in-progress planning docs (i18n-a11y-contrast-plan, telemetry-parity-plan, unified-window-plan) — keep the consolidated client-side-migration doc as the canonical migration reference. Strip the three cross-references in client-side-migration that pointed at the deleted files. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6f62210 commit ba604e7

4 files changed

Lines changed: 2 additions & 829 deletions

File tree

docs/client-side-migration.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,8 @@ The `onenoteapi` library's `TypedFormData.asBlob()` already handles mixed string
110110
### Data Flow Diagram (Legacy — Pre-V3)
111111

112112
> **Note:** This diagram shows the original flow via clipper.tsx. As of V3 (self-contained sign-in),
113-
> clipper.tsx is no longer injected. See `docs/unified-window-plan.md` for the current V3 flow diagram
114-
> where the worker opens the renderer directly and `contentCaptureInject.ts` replaces the
115-
> clipper.tsx → fullPageScreenshotHelper.ts chain.
113+
> clipper.tsx is no longer injected. The worker opens the renderer directly and
114+
> `contentCaptureInject.ts` replaces the clipper.tsx → fullPageScreenshotHelper.ts chain.
116115
117116
```
118117
[Legacy flow — kept for reference]
@@ -241,8 +240,6 @@ V3 eliminates this dependency entirely:
241240
- Save with token refresh, telemetry, region capture, article/bookmark/PDF modes — all in the renderer
242241
- Old sidebar (clipperInject.ts → clipper.tsx → Mithril) is dead code
243242

244-
See `docs/unified-window-plan.md` for the complete V3 architecture, flow diagram, and verification checklist.
245-
246243
---
247244

248245
## Beyond V3: Mode Parity, Fluent 2 Redesign, Reliability
@@ -276,8 +273,6 @@ After the V3 self-contained architecture stabilized, additional work brought the
276273
### Telemetry parity
277274
Full event parity with legacy clipper. Context properties (`AuthType`, `UserInfoId`, `ContentType`) set at sign-in and mode switch; `PromiseEvents` (`ClipToOneNoteAction`, `HandleSignInEvent`, `GetNotebooks`) with accurate Duration; `CloseClipper` only on abandonment (`clipCount===0`); `InvokeClipper` deferred to avoid logger init race; ClipMode uses legacy enum names (`Augmentation`, not `Article`); region/PDF events with proper metadata.
278275

279-
See `docs/telemetry-parity-plan.md` for the full event inventory.
280-
281276
---
282277

283278
## Build & Test

docs/i18n-a11y-contrast-plan.md

Lines changed: 0 additions & 212 deletions
This file was deleted.

0 commit comments

Comments
 (0)