2026-04-25 — OneDrive Claude/ teardown: handoff triage + tree removal
Triaged the 7 remaining handoff/design-draft files in ~/OneDrive/Dokumente/Claude/Projects/fragJUlia/, discarded 6 as process artifacts, preserved 1 substantive presentation-design reference out-of-tree, then removed the entire OneDrive Claude/ tree to satisfy SSOT-4 and shut the OneDrive write path for Claude sessions.
What changed
The ~/OneDrive/Dokumente/Claude/Projects/fragJUlia/ working folder held 9 markdown files at the start of triage. The two voice-deploy handovers had already been migrated via PR #656 (and live at apps/docs/content/docs/operations/handover-2026-04-22-voice-deploy-{v1,v2}.mdx). The remaining 7 were triaged as follows:
| File | Size | Decision | Justification |
|---|---|---|---|
DESIGN-CRITIQUE_UNIFIED.md | 8.2 KB | discard | Process artifact — unified critique of the v0.2 design-trio review cycle. Decisions captured in apps/docs/content/docs/design/*.mdx and DesignGUIDE/fragjulia-design-brief-v3.md. |
DesignGuide-vs-LiveCode_DESIGN-DELTA.md | 17 KB | discard | Process artifact — v0.1 PDF guide vs live-code delta analysis that drove the v0.2 corrections. Resolved by v0.2; corrections live in tokens.css and the design MDX pages. |
HANDOFF-2026-04-22-design-docs-github-access.md | 6.4 KB | discard | Session-scoped — documented sandbox blockers (no git, no gh CLI, no PAT). Blockers since resolved; design work has continued from the local Windows clone. |
docs-design-integration-proposals.md | 5.7 KB | discard | Process artifact — v0.2 proposals listing 6 candidate gaps to verify against DesignGUIDE/fragjulia-design-brief-v3.md. Verifications and resulting MDX edits captured downstream. |
fragJulia-Overview_DESIGN-DELTA_v0.1.md | 13 KB | discard | Process artifact — critique of the fragJulia-Overview deck against design-guide rules. Single-deck review; outcomes captured in any subsequent deck revision and in design-system rule clarifications. |
github-issues-design-delta.md | 12.8 KB | discard | Process artifact — v0.2 issue drafts for design follow-ups. Live GitHub issues are SSOT for issue state; whatever survived triage was filed independently. |
DESIGN-GUIDE_v0.2.md | 8.5 KB | preserve out-of-tree | Substantive presentation-design reference in German (corrected v0.2 of the presentation-only design guide; explicitly scoped away from product/web/docs design). Not migrated to the docs site because (a) language mismatch with the English-language docs, (b) presentation-design is a separate domain from product-design and warrants its own decision before getting a permanent docs/ home. Copied to ~/.claude/files by dave/fragJulia/DESIGN-GUIDE_v0.2.md (out of OneDrive, out of repo, in user's local working folder) so the v0.2 corrections aren't lost. If presentation design later needs a docs/ home, migrate from that copy. |
Voice handovers HANDOFF-2026-04-22-fragjulia-voice.md (9.6 KB) and HANDOFF-2026-04-22-fragjulia-voice-v2.md (14.8 KB) were already migrated via PR #656 — their OneDrive copies are removed with the rest of the tree.
After this PR merges, the entire ~/OneDrive/Dokumente/Claude/ tree (including the empty Klausi und AI/ sibling) is removed. No more OneDrive write path for Claude sessions exists.
Why
#644 (SSOT-4) was filed to eliminate the OneDrive copy-and-sync path for Claude session artifacts — (a) OneDrive corrupts git repos when sessions accidentally clone there, and (b) duplicating Claude-session output between OneDrive and ~/.claude/ creates SSOT drift that's been the source of multiple cleanup loops. The migration step lifted the surviving artifacts that needed durable homes; the teardown step closes the write path for good.
This is the last piece of #640 SSOT-4. Combined with the worktree consolidation (#643/SSOT-3, closed) and the duplicate-CLAUDE.md removal (#645/SSOT-5, closed), the local-FS picture under SSOT-3/4/5 is clean.
Scope
Local-FS only. No code change, no infra change, no behavior change in the deployed stack. Only the docs site gains this changelog entry; everything else happens on the user's local Windows machine.
Convention captured
When a session artifact in OneDrive is a substantive reference (not a process review or session handoff), the default destination is apps/docs/content/docs/{operations,design}/ for English-language site-appropriate content, OR ~/.claude/files by dave/<project>/ for content that needs preservation but isn't ready for the public docs site (e.g. language mismatch, scope still being defined, draft state). The latter is explicitly NOT the docs SSOT — it's a working preservation slot. Items there have a half-life: revisit, then either migrate to the site or discard.
Follow-ups
- If presentation-design eventually needs a permanent home, migrate
~/.claude/files by dave/fragJulia/DESIGN-GUIDE_v0.2.mdtoapps/docs/content/docs/design/presentations.mdx(with English translation). - The audit cron in #649 should treat preserved-out-of-tree artifacts as legitimate — they're not in the docs site by intent, not by oversight.
2026-04-25 — DesignGUIDE/ retirement: 89% lineage coverage by docs/design/, 3 brand-asset gaps deferred
Retired the DesignGUIDE/ tree (9 files, 67 KB lineage source + 8 process/HTML artifacts). Audit confirmed 32 of 36 brief-v3 sections fully covered by the existing 15 design mdx pages. Three substantive gaps (favicons §6.3, OG-images §6.4, community avatars §6.5) deferred to a follow-up since they require asset-spec writing, not migration of existing content. Brief-v3 + DESIGN-GUIDE_v0.2 preserved out-of-tree at ~/.claude/files by dave/fragJulia/ for the follow-up's reference.
2026-04-25 — Changelog hygiene: backfill pr: and rebuild meta.json pages
Backfilled the pr: frontmatter on three existing changelog entries to reference their merging PRs, and rewrote apps/docs/content/docs/changelog/meta.json to list every entry in chronological order so the sidebar reflects the directory.