fragJulia
Changelog

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:

FileSizeDecisionJustification
DESIGN-CRITIQUE_UNIFIED.md8.2 KBdiscardProcess 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.md17 KBdiscardProcess 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.md6.4 KBdiscardSession-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.md5.7 KBdiscardProcess 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.md13 KBdiscardProcess 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.md12.8 KBdiscardProcess 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.md8.5 KBpreserve out-of-treeSubstantive 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.md to apps/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.

On this page