Task
Remove the 10 unused service stub files from services/missing/.
Files to remove
SessionMemory.ts, teamMemorySync.ts, MagicDocs.ts, autoDream.ts, awaySummary.ts, settingsSync.ts, vcr.ts, voice.ts, PromptSuggestion.ts, index.ts
Why
These are staging stubs — real implementations already exist under packages/opensin-sdk/src/services/. Keeping stubs causes confusion.
Validation
grep -r "from.*services/missing" . --include="*.ts" | wc -l = 0
Linked Epic
Epic #1089
Task
Remove the 10 unused service stub files from
services/missing/.Files to remove
SessionMemory.ts, teamMemorySync.ts, MagicDocs.ts, autoDream.ts, awaySummary.ts, settingsSync.ts, vcr.ts, voice.ts, PromptSuggestion.ts, index.ts
Why
These are staging stubs — real implementations already exist under
packages/opensin-sdk/src/services/. Keeping stubs causes confusion.Validation
grep -r "from.*services/missing" . --include="*.ts" | wc -l= 0Linked Epic
Epic #1089